Skip to content

Commit 000d830

Browse files
committed
Chore: remove lib directory from package.json
1 parent 748beac commit 000d830

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@
77
},
88
"main": "index.js",
99
"files": [
10-
"lib"
1110
],
1211
"scripts": {
1312
"clean": "rimraf .nyc_output coverage",
1413
"coverage": "nyc report --reporter lcov && opener ./coverage/lcov-report/index.html",
15-
"lint": "eslint index.js lib test",
14+
"lint": "eslint index.js \"test/*.js\"",
1615
"postversion": "git push && git push --tags",
1716
"pretest": "npm run lint",
1817
"preversion": "npm test",
19-
"test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress",
18+
"test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 10000",
2019
"watch": "mocha \"test/*.js\" --compilers js:babel-register --growl --reporter progress --watch",
2120
"codecov": "nyc report --reporter lcovonly && codecov"
2221
},

0 commit comments

Comments
 (0)