Merge pull request #43 from styfle/patch-1
Remove npx from package.json
This commit is contained in:
commit
5b9fbd95f6
@ -3,10 +3,10 @@
|
|||||||
"version": "5.0.1",
|
"version": "5.0.1",
|
||||||
"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",
|
||||||
"serve": "npx eleventy --serve",
|
"serve": "eleventy --serve",
|
||||||
"debug": "DEBUG=* npx eleventy"
|
"debug": "DEBUG=* eleventy"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user