Skip to content

Commit 957ee25

Browse files
author
Joseph Post
committed
add details to package.json
1 parent 6c54cd4 commit 957ee25

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

package.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
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",

0 commit comments

Comments
 (0)