Merge pull request #43 from styfle/patch-1

Remove npx from package.json
master
Zach Leatherman 2020-01-02 21:09:04 -06:00 committed by GitHub
commit 5b9fbd95f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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