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

Commit

Permalink
Added Testling to package
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 14, 2014
1 parent f39cb5e commit 9b264e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,21 @@
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec spec/retext-porter-stemmer.spec.js",
"complexity": "node_modules/.bin/cr -l --maxcyc 20 --format minimal --silent index.js",
"make": "npm run-script lint && npm run-script complexity && npm run-script coverage"
},
"testling": {
"files": "spec/retext-porter-stemmer.spec.js",
"harness": "mocha",
"browsers": [
"iexplore/latest",
"chrome/latest",
"chrome/canary",
"firefox/latest",
"firefox/nightly",
"opera/latest",
"opera/next",
"safari/latest",
"iphone/latest",
"android-browser/latest"
]
}
}

0 comments on commit 9b264e0

Please sign in to comment.