Skip to content

Commit

Permalink
fix: Fix win32 error when filename has colon
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzhi107 committed May 3, 2017
1 parent 6ca861d commit bce361a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions generator-packing/generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"command": "packing serve"
},
"serve:dist": {
"command": "packing serve:dist"
"command": "packing serve-dist"
},
"build": {
"command": "packing build"
Expand Down Expand Up @@ -66,7 +66,7 @@
"react-transform-catch-errors": "^1.0.2",<% } if (props.redux) { %>
"react-redux": "^5.0.2",
"redux": "^3.6.0",<% } %>
"packing": "^2.0.0"
"packing": "^2.0.1"
},
"devDependencies": {
"express": "^4.14.1",
Expand Down
2 changes: 1 addition & 1 deletion generator-packing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-packing",
"version": "2.7.2",
"version": "2.7.3",
"description": "",
"homepage": "",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "packing",
"description": "Webpack based web front-end development environment",
"version": "2.0.0",
"version": "2.0.1",
"repository": "zhongzhi107/packing",
"files": [
".eslintrc",
Expand All @@ -18,7 +18,7 @@
"bin": {
"packing": "bin/packing.js",
"packing-build": "bin/packing-build.js",
"packing-serve:dist": "bin/packing-serve:dist.js",
"packing-serve-dist": "bin/packing-serve-dist.js",
"packing-serve": "bin/packing-serve.js"
},
"author": "zhongzhi <zhong.zhi@163.com>",
Expand Down

0 comments on commit bce361a

Please sign in to comment.