Skip to content

Commit

Permalink
Add start and build script to demo (#12)
Browse files Browse the repository at this point in the history
* Add a start script to demo

* Add build script to demo
  • Loading branch information
CodinCat authored and aweary committed Mar 21, 2017
1 parent 1f48529 commit bc334b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
"description": "A demo application using react-perimeter",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --progress",
"build": "webpack --progress"
},
"devDependencies": {
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"halogen": "^0.2.0",
"webpack": "^2.2.1"
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"babel-core": "^6.24.0",
Expand Down

0 comments on commit bc334b2

Please sign in to comment.