Skip to content

Commit b4121cc

Browse files
authored
Merge pull request #12 from DerekCL/DerekCL-patch-1
Derek cl patch 1
2 parents c5d23f9 + 12ab62a commit b4121cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookiecutter-webpack",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Boilerplate for setting up webpack 2 configuration with hot reloading, awesome-typescript-loader for es6 modules, react + redux.",
55
"directories": {
66
"hooks": "hooks",

{{cookiecutter.repo_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:prod:css": "sass -s compressed sass/index.scss dist/index.css",
1313
"build:prod:js": "webpack --config webpack.dev.js --progress",
1414
"start:dev": "npm-run-all build:dev:*",
15-
"start:prod": "npm-run-all build:prod*",
15+
"start:prod": "npm-run-all build:prod:*",
1616
"start:watch": "npm-run-all watch:*",
1717
"start": "npm run start:watch",
1818
"test": "nyc mocha",

0 commit comments

Comments
 (0)