Skip to content

Commit 3ba7a1b

Browse files
committed
v2.2.3
1 parent 04c6536 commit 3ba7a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "microrouter",
33
"description": "🚉 A tiny and functional router for ZEIT's Micro",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"main": "dist/index.js",
66
"jsnext:main": "lib/index.js",
77
"scripts": {
@@ -17,14 +17,14 @@
1717
"url-pattern": "^1.0.3"
1818
},
1919
"devDependencies": {
20-
"np": "^2.16.0",
2120
"ava": "^0.18.2",
2221
"babel-cli": "^6.24.1",
2322
"babel-plugin-transform-async-to-generator": "^6.24.1",
2423
"coveralls": "^2.11.16",
24+
"micro": "^9.0.0",
25+
"np": "^2.16.0",
2526
"nyc": "^10.1.2",
2627
"request": "^2.79.0",
27-
"micro": "^9.0.0",
2828
"request-promise": "^4.1.1",
2929
"test-listen": "^1.0.1",
3030
"xo": "^0.17.1"

0 commit comments

Comments
 (0)