Update to Eleventy v3 #11
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
|
||||||
"start": "eleventy --serve --watch --quiet",
|
"start": "npx @11ty/eleventy --serve --quiet",
|
||||||
"build": "eleventy"
|
"build": "npx @11ty/eleventy"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^3.0.0",
|
"@11ty/eleventy": "^3.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue