File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " hyperapp-webpack" ,
3- "version" : " 1.0.0" ,
4- "description" : " " ,
5- "main" : " index.js" ,
2+ "name" : " template-hyperapp-1" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " A biolerplate for hacking away at hyperapp." ,
65 "scripts" : {
76 "build" : " webpack --config ./build/webpack.prod.js" ,
87 "format" : " prettier --write --no-semi --single-quote \" {src,build}/**/*.js\" " ,
98 "start" : " webpack-dev-server --config ./build/webpack.dev.js" ,
109 "test" : " echo \" Error: no test specified\" && exit 1"
1110 },
12- "keywords" : [],
13- "author" : " " ,
14- "license" : " ISC" ,
11+ "keywords" : [
12+ " hyperapp" ,
13+ " template" ,
14+ " ui" ,
15+ " w3-css"
16+ ],
17+ "author" : " Joseph Post <joe@jcpst.com> (http://jcpst.com)" ,
18+ "repository" : " jcpst/template-hyperapp-1" ,
19+ "license" : " MIT" ,
1520 "devDependencies" : {
1621 "babel-core" : " ^6.26.3" ,
1722 "babel-loader" : " ^7.1.4" ,
You can’t perform that action at this time.
0 commit comments