Skip to content

Commit a1c9c81

Browse files
committed
Update dev dependencies
1 parent f89236d commit a1c9c81

File tree

7 files changed

+274
-267
lines changed

7 files changed

+274
-267
lines changed

dist/universal-router.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/universal-router.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/universal-router.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/universal-router.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/README.md

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

2121

2222
## How does it look like?

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@
4242
},
4343
"preCommit": [
4444
"lint",
45-
"test",
46-
"build"
45+
"build",
46+
"test"
4747
],
4848
"dependencies": {
4949
"path-to-regexp": "^1.7.0"
5050
},
5151
"devDependencies": {
52-
"babel-core": "^6.24.0",
52+
"babel-core": "^6.24.1",
5353
"babel-plugin-transform-runtime": "^6.23.0",
5454
"babel-plugin-uglify": "^1.0.2",
55-
"babel-preset-env": "^1.3.2",
56-
"babel-preset-es2015": "^6.24.0",
57-
"babel-register": "^6.24.0",
55+
"babel-preset-env": "^1.4.0",
56+
"babel-preset-es2015": "^6.24.1",
57+
"babel-register": "^6.24.1",
5858
"chai": "^3.5.0",
5959
"coveralls": "^2.13.0",
6060
"del": "^2.2.2",
61-
"eslint": "^3.18.0",
62-
"eslint-config-airbnb-base": "^11.1.2",
61+
"eslint": "^3.19.0",
62+
"eslint-config-airbnb-base": "^11.1.3",
6363
"eslint-plugin-import": "^2.2.0",
6464
"istanbul": "^1.1.0-alpha.1",
6565
"mocha": "^3.2.0",
6666
"pre-commit": "^1.2.2",
6767
"rollup": "^0.41.6",
6868
"rollup-plugin-babel": "^2.7.1",
6969
"rollup-plugin-commonjs": "^8.0.2",
70-
"rollup-plugin-node-resolve": "^2.1.0",
70+
"rollup-plugin-node-resolve": "^3.0.0",
7171
"rollup-plugin-uglify": "^1.0.1",
7272
"sinon": "^2.1.0"
7373
},

0 commit comments

Comments
 (0)