1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

basic template setup

This commit is contained in:
Jordan Scales
2020-04-21 12:37:59 -04:00
parent dd3922d691
commit a3f9651982
5 changed files with 48 additions and 6 deletions

View File

@@ -7,7 +7,8 @@
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build.js"
},
"repository": {
"type": "git",
@@ -22,5 +23,8 @@
"bugs": {
"url": "https://github.com/jdan/windows98.css/issues"
},
"homepage": "https://github.com/jdan/windows98.css#readme"
"homepage": "https://github.com/jdan/windows98.css#readme",
"devDependencies": {
"ejs": "^3.0.2"
}
}