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

Commit

Permalink
test breaking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyselden committed Jun 25, 2016
1 parent 4bddd80 commit 746c897
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"test": "eslint-mocha --eslint-args=\"@(bin|lib)/**/*.js test/!(fixtures)/**/*.js\" --mocha-args=\"--compilers js:babel-register test/**/*-test.js\"",
"cover": "babel-node node_modules/isparta/bin/isparta cover --include-all-sources --report html --report lcov node_modules/eslint-mocha/bin/eslint-mocha.js -- --eslint-args=\"@(bin|lib)/**/*.js test/!(fixtures)/**/*.js\" --mocha-args=\"--compilers js:babel-register test/**/*-test.js\"",
"debug": "node debug node_modules/mocha/bin/_mocha --no-timeouts --compilers js:babel-register \"test/integration/**/*-test.js\"",
"lint": "eslint \"@(bin|lib)/**/*.js\" \"test/!(fixtures)/**/*.js\""
"prelint": "eslint --version",
"lint": "eslint \"@(bin|lib)/**/*.js\" \"test/!(fixtures)/**/*.js\"",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +46,7 @@
"chai": "^3.0.0",
"coveralls": "^2.0.0",
"eslint": "^2.0.0",
"eslint-mocha": "0.0.9",
"eslint-mocha": "0.0.10",
"fs-equal": "0.0.4",
"fs-extra": "0.30.0",
"isparta": "^4.0.0",
Expand Down

0 comments on commit 746c897

Please sign in to comment.