Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Apr 17, 2017
1 parent f89236d commit a1c9c81
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 267 deletions.
2 changes: 1 addition & 1 deletion dist/universal-router.js

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

2 changes: 1 addition & 1 deletion dist/universal-router.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/universal-router.min.js

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

2 changes: 1 addition & 1 deletion dist/universal-router.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ server-side applications (e.g. Node.js/Express, Koa).
with only single [path-to-regexp](https://github.com/pillarjs/path-to-regexp) dependency
* It can be used with any JavaScript framework such as React, Vue.js etc
* It uses the same middleware approach used in Express and Koa, making it easy to learn
* Routes are plain javascript objects with which you can interact as you like
* Support both [imperative](https://en.wikipedia.org/wiki/Imperative_programming) and
* It supports both [imperative](https://en.wikipedia.org/wiki/Imperative_programming) and
[declarative](https://en.wikipedia.org/wiki/Declarative_programming) routing style
* Routes are plain javascript objects with which you can interact as you like


## How does it look like?
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,32 @@
},
"preCommit": [
"lint",
"test",
"build"
"build",
"test"
],
"dependencies": {
"path-to-regexp": "^1.7.0"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"del": "^2.2.2",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.2.0",
"pre-commit": "^1.2.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"sinon": "^2.1.0"
},
Expand Down
Loading

0 comments on commit a1c9c81

Please sign in to comment.