Remove npx from package.json

This commit is contained in:
Steven 2019-09-23 09:03:57 -04:00 committed by GitHub
parent 0da708e993
commit 6c7994ce4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
"version": "5.0.0",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy"
"build": "eleventy",
"watch": "eleventy --watch",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",