Skip to content

Commit

Permalink
[patch] update component generator (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
didi0613 authored and jchip committed Jan 16, 2018
1 parent d73327f commit b7a708a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/electrode-archetype-react-app-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"web-app-manifest-loader": "^0.1.1",
"webpack": "^3.6.0",
"webpack-config-composer": "^1.0.2",
"webpack-dev-server": "2.5.1",
"webpack-dev-server": "^2.5.1",
"webpack-disk-plugin": "0.0.2",
"webpack-stats-plugin": "^0.1.1",
"winston": "^2.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"presets": [
"es2015",
["env", { "loose": true }],
"react"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"homepage": "https://github.com/<%= packageGitHubOrg %>/<%= ghRepo %>",
"dependencies": {},
"devDependencies": {
"electrode-archetype-react-component": "^4.0.0",
"electrode-archetype-react-component-dev": "^4.0.0"
"electrode-archetype-react-component": "^5.0.0",
"electrode-archetype-react-component-dev": "^5.0.0"
},
"engines": {
"node": ">= 4",
Expand Down

0 comments on commit b7a708a

Please sign in to comment.