chore: called npm i @11ty/eleventy --save-dev

This commit is contained in:
Begerad, Stefan 2021-10-26 15:54:40 -04:00
parent 0b05728bc0
commit e9b6b14515
1 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,8 @@
"description": "website of Stefan Begerad", "description": "website of Stefan Begerad",
"main": ".eleventy.js", "main": ".eleventy.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "build": "npx eleventy",
"start": "npx eleventy --serve"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,5 +16,8 @@
"bugs": { "bugs": {
"url": "https://github.com/Stefan-Begerad/website/issues" "url": "https://github.com/Stefan-Begerad/website/issues"
}, },
"homepage": "https://github.com/Stefan-Begerad/website#readme" "homepage": "https://github.com/Stefan-Begerad/website#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1"
}
} }