We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c6536 commit 3ba7a1bCopy full SHA for 3ba7a1b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "microrouter",
3
"description": "🚉 A tiny and functional router for ZEIT's Micro",
4
- "version": "2.2.2",
+ "version": "2.2.3",
5
"main": "dist/index.js",
6
"jsnext:main": "lib/index.js",
7
"scripts": {
@@ -17,14 +17,14 @@
17
"url-pattern": "^1.0.3"
18
},
19
"devDependencies": {
20
- "np": "^2.16.0",
21
"ava": "^0.18.2",
22
"babel-cli": "^6.24.1",
23
"babel-plugin-transform-async-to-generator": "^6.24.1",
24
"coveralls": "^2.11.16",
+ "micro": "^9.0.0",
25
+ "np": "^2.16.0",
26
"nyc": "^10.1.2",
27
"request": "^2.79.0",
- "micro": "^9.0.0",
28
"request-promise": "^4.1.1",
29
"test-listen": "^1.0.1",
30
"xo": "^0.17.1"
0 commit comments