order of package
This commit is contained in:
parent
88179216b6
commit
106108ce33
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"name": "eleventy-excellent",
|
||||
"version": "1.2.3",
|
||||
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
||||
"author": "Lene Saile",
|
||||
"license": "ISC",
|
||||
"main": ".eleventy.js",
|
||||
"engines": {
|
||||
"node": ">=16.x.x"
|
||||
},
|
||||
"description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.",
|
||||
"main": ".eleventy.js",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"dev:11ty": "eleventy --serve --watch",
|
||||
|
|
@ -18,8 +20,6 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/madrilene/eleventy-excellent.git"
|
||||
},
|
||||
"author": "Lene Saile",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.0-canary.30",
|
||||
"@11ty/eleventy-fetch": "^3.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue