migrate to web-weevr
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user