Skip to content

Commit

Permalink
feat: root actions in namespaced modules (#941)
Browse files Browse the repository at this point in the history
* Namespaced modules: root actions

* Refactor

* Package-lock auto updated

* Update dependencies
  • Loading branch information
Guillaume Chau authored and yyx990803 committed Oct 11, 2017
1 parent c98b38a commit 73189eb
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 76 deletions.
172 changes: 109 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.5.1",
"chromedriver": "^2.27.2",
"chromedriver": "^2.32.3",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.7",
"eslint": "^3.19.0",
Expand Down Expand Up @@ -72,6 +72,6 @@
"vue-template-compiler": "^2.4.3",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1"
"webpack-hot-middleware": "^2.19.1"
}
}
Loading

0 comments on commit 73189eb

Please sign in to comment.