Skip to content

Commit

Permalink
Merge pull request rangle#3 from Gundelino85/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
clbond committed Mar 24, 2017
2 parents a32e376 + 01fa05c commit 3342dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demand-express/package.json
Expand Up @@ -9,7 +9,7 @@
"build:server": "webpack --config webpack-server.config.js",
"build:client:watch": "webpack --watch",
"build:server:watch": "webpack --config webpack-server.config.js --watch",
"watch": "npm-run-all --parallel build:client:watch build:server:watch'",
"watch": "npm-run-all --parallel build:client:watch build:server:watch",
"start": "node ./dist-server/index.js"
},
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 3342dc8

Please sign in to comment.