We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94a92f commit ea43f80Copy full SHA for ea43f80
package.json
@@ -7,7 +7,7 @@
7
"prepublish": "npm run build -s",
8
"prebuild": "npm run lint -s && npm run clean -s",
9
"build": "babel src --out-dir lib --source-maps",
10
- "lint": "eslint src",
+ "lint": "eslint src && eslint test",
11
"clean": "rimraf lib",
12
"pretest": "npm run build -s",
13
"test": "mocha --compilers js:babel-core/register"
@@ -39,6 +39,7 @@
39
"chai": "^3.5.0",
40
"eslint": "2.4.0",
41
"mocha": "^2.4.5",
42
+ "nock": "^7.2.2",
43
"rimraf": "^2.5.2"
44
},
45
"eslintConfig": {
0 commit comments