Skip to content

Commit 21d8aed

Browse files
committed
v3.1.0
1 parent 1917c51 commit 21d8aed

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "microrouter",
33
"description": "🚉 A tiny and functional router for ZEIT's Micro",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"main": "dist/index.js",
66
"jsnext:main": "lib/index.js",
77
"scripts": {
88
"release": "np",
99
"lint": "eslint ./src/**/*.js",
10-
"build":
11-
"yarn lint && rm -rf dist/* && babel src/lib --ignore *.test.js --out-dir dist --copy-files",
10+
"build": "yarn lint && rm -rf dist/* && babel src/lib --ignore *.test.js --out-dir dist --copy-files",
1211
"test": "nyc ava",
1312
"coverage": "nyc report --reporter=text-lcov | coveralls",
1413
"format": "yarn lint && prettier --write \"src/**/*.js\""
@@ -41,7 +40,10 @@
4140
"node": ">=6.10.0"
4241
},
4342
"lint-staged": {
44-
"src/**/*.js": ["yarn format", "git add"]
43+
"src/**/*.js": [
44+
"yarn format",
45+
"git add"
46+
]
4547
},
4648
"husky": {
4749
"pre-commit": "lint-staged && npm test"

0 commit comments

Comments
 (0)