Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Drop nyc devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Jankord committed Aug 29, 2018
1 parent 6124870 commit 1ac0ab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"babel-cli": "^6.1.18",
"babel-preset-env": "^1.6.1",
"babel-tape-runner": "^2.0.0",
"nyc": "^11.0.3",
"prepend-file": "^1.3.1",
"shelljs": "^0.8.1",
"stylelint": "^9.0.0",
Expand All @@ -54,7 +53,7 @@
"stylelint-failing-case": "cd src; stylelint failing-test-cases.scss; exit 0",
"stylelint-passing-case": "cd src; stylelint passing-test-cases.scss; exit 0",
"tape": "babel-tape-runner \"__tests__/**/*.js\"",
"test": "npm run build && nyc npm run tape"
"test": "npm run build && npm run tape"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 1ac0ab5

Please sign in to comment.