summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-28 19:26:51 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-28 19:26:51 (GMT)
commitea3ef4df505273827bf2c1e4eef5e9716e9746b0 (patch)
treeafd65e511c94d6b1df9602cdc4cf34d69c6f49f5 /package.json
parent8ca2b1d7e9c6f142c2d89f33b41a164a0eadf702 (diff)
restructering components
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 66cf23d..6bee47d 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"url": "https://git.helsinki.at/rhrdweb.git"
},
"scripts": {
- "build": "browserify -t [ babelify ] src/*.js -o www/js/bundle.js"
+ "build": "browserify -t [ babelify ] src/component-*.js -o www/js/components.js"
},
"dependencies": {
"babel-preset-react": "^6.11.1",