migrate to web-weevr

This commit is contained in:
2024-01-28 00:22:59 -05:00
parent afcf37a284
commit 292f6ee3d0
3 changed files with 1413 additions and 390 deletions

View File

@@ -1,18 +1,13 @@
{
"name": "iew-site-builder",
"version": "0.9.8",
"version": "0.10.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node app.js build",
"build:prod": "NODE_ENV=production node app.js build",
"lint:ejs": "npx ejs-lint src/layout",
"serve": "node app.js serve",
"watch": "node app.js watch"
},
"scripts": {},
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"dependencies": {},
"devDependencies": {}
"devDependencies": {
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
}
}