From: Martin Pitt Date: Sat, 18 Apr 2020 18:05:10 +0000 (+0200) Subject: npm: Use python3 X-Git-Url: https://piware.de/gitweb/?p=webcomponents.git;a=commitdiff_plain;h=7750b93e16ecbe361c39b0bbc6ecf89b63954971 npm: Use python3 --- diff --git a/npm/package.json b/npm/package.json index b35e351..ed0a50d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -11,7 +11,7 @@ "scripts": { "install": "npx @pika/web", "test": "echo \"Error: no test specified\" && exit 1", - "run": "python -m http.server -b localhost" + "run": "python3 -m http.server -b localhost" }, "author": "", "license": "ISC"