Skip to content

Commit

Permalink
Add nock
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Mar 19, 2016
1 parent d94a92f commit ea43f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepublish": "npm run build -s",
"prebuild": "npm run lint -s && npm run clean -s",
"build": "babel src --out-dir lib --source-maps",
"lint": "eslint src",
"lint": "eslint src && eslint test",
"clean": "rimraf lib",
"pretest": "npm run build -s",
"test": "mocha --compilers js:babel-core/register"
Expand Down Expand Up @@ -39,6 +39,7 @@
"chai": "^3.5.0",
"eslint": "2.4.0",
"mocha": "^2.4.5",
"nock": "^7.2.2",
"rimraf": "^2.5.2"
},
"eslintConfig": {
Expand Down

0 comments on commit ea43f80

Please sign in to comment.