Skip to content

Commit 7ba7fd3

Browse files
committed
Formatting
1 parent a05f90b commit 7ba7fd3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"readmeFilename": "README.md",
88
"main": "app.js",
99
"scripts": {
10-
"postinstall": "npm run bower && npm run css && npm run js",
11-
"bower": "bower install",
12-
"css": "minify ./web/css/app.css",
13-
"js": "browserify ./js/app.js -o ./web/js/app.js && minify ./web/js/app.js",
14-
"js-watch": "watchify ./js/app.js -o ./web/js/app.js",
15-
"start": "node cluster.js",
16-
"start-watch": "nodemon --watch modules app.js",
17-
"test": "mocha -R spec"
10+
"postinstall": "npm run bower && npm run css && npm run js",
11+
"bower": "bower install",
12+
"css": "minify ./web/css/app.css",
13+
"js": "browserify ./js/app.js -o ./web/js/app.js && minify ./web/js/app.js",
14+
"js-watch": "watchify ./js/app.js -o ./web/js/app.js",
15+
"start": "node cluster.js",
16+
"start-watch": "nodemon --watch modules app.js",
17+
"test": "mocha -R spec"
1818
},
1919
"dependencies": {
2020
"dragonnodejs": "^4.0.4",

0 commit comments

Comments
 (0)