Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Petrov committed Feb 12, 2016
1 parent 1ebb873 commit 5afbfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "stylus-import-if-exist",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stylus import which does not fail when import non-exist files",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"build": "babel src --out-dir dist",
"coverage": "isparta cover _mocha index.js --include-all-sources -- --require babel-core/register",
"coverage": "isparta cover -x dist/*.js --include-all-sources _mocha -- --require babel-core/register",
"prepublish": "npm run build",
"precoveralls": "npm run coverage",
"coveralls": "coveralls < coverage/lcov.info"
Expand Down

0 comments on commit 5afbfbb

Please sign in to comment.