order of package

This commit is contained in:
madrilene 2023-01-17 11:51:37 +01:00
parent 88179216b6
commit 106108ce33

View file

@ -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",