Remove npx from package.json
This commit is contained in:
parent
0da708e993
commit
6c7994ce4a
@ -3,9 +3,9 @@
|
|||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx eleventy",
|
"build": "eleventy",
|
||||||
"watch": "npx eleventy --watch",
|
"watch": "eleventy --watch",
|
||||||
"debug": "DEBUG=* npx eleventy"
|
"debug": "DEBUG=* eleventy"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user