File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " microrouter" ,
3
3
"description" : " 🚉 A tiny and functional router for ZEIT's Micro" ,
4
- "version" : " 3.0 .0" ,
4
+ "version" : " 3.1 .0" ,
5
5
"main" : " dist/index.js" ,
6
6
"jsnext:main" : " lib/index.js" ,
7
7
"scripts" : {
8
8
"release" : " np" ,
9
9
"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" ,
12
11
"test" : " nyc ava" ,
13
12
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
14
13
"format" : " yarn lint && prettier --write \" src/**/*.js\" "
41
40
"node" : " >=6.10.0"
42
41
},
43
42
"lint-staged" : {
44
- "src/**/*.js" : [" yarn format" , " git add" ]
43
+ "src/**/*.js" : [
44
+ " yarn format" ,
45
+ " git add"
46
+ ]
45
47
},
46
48
"husky" : {
47
49
"pre-commit" : " lint-staged && npm test"
You can’t perform that action at this time.
0 commit comments