Skip to content

Commit

Permalink
fix: Compatible yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzhi107 committed May 24, 2017
1 parent 4d7a458 commit c1e800a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator-packing/generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-transform-catch-errors": "^1.0.2",<% } if (props.redux) { %>
"react-redux": "^5.0.2",
"redux": "^3.6.0",<% } %>
"packing": "^2.1.1"
"packing": "^2.1.2"
},
"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.6",
"version": "2.7.7",
"description": "",
"homepage": "",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "2.1.2",
"repository": "zhongzhi107/packing",
"files": [
".eslintrc",
Expand Down

0 comments on commit c1e800a

Please sign in to comment.