Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Remove standard from npm test.
Browse files Browse the repository at this point in the history
Currently broken du to due to eslint/js#123
  • Loading branch information
julien-f committed Apr 27, 2015
1 parent c0ee41b commit 527a9a1
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
Expand Up @@ -41,8 +41,8 @@
"build": "mkdir -p dist && babel --optional=runtime --compact=true --source-maps --out-dir=dist/ src/",
"dev": "mkdir -p dist && babel --watch --optional=runtime --source-maps --out-dir=dist/ src/",
"prepublish": "npm run build",
"test": "standard && mocha 'dist/**/*.spec.js'",
"test-dev": "standard && mocha --watch --reporter=min 'dist/**/*.spec.js'"
"test": "mocha 'dist/**/*.spec.js'",
"test-dev": "mocha --watch --reporter=min 'dist/**/*.spec.js'"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit 527a9a1

Please sign in to comment.