Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
Remove faucet from tests and upgrade tape
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jun 4, 2015
1 parent 5699493 commit bd86543
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 @@ -19,15 +19,15 @@
"build": "node node_modules/buildman/index.js --all",
"travis-test": "istanbul cover ./tests/index.js && (coveralls < coverage/lcov.info || exit 0)",
"cover-climate": "istanbul cover ./tests/index.js && (codeclimate < coverage/lcov.info || exit 0)",
"test": "faucet; jshint --verbose selector.js"
"test": "node tests/index.js; jshint --verbose selector.js"
},
"repository": "git://github.com/litejs/selector-lite.git",
"bugs": {
"url": "https://github.com/litejs/selector-lite/issues"
},
"devDependencies": {
"buildman": "*",
"tape": "2.12.x"
"tape": "4.0.x"
},
"buildman": {
"dist/selector-min.js": {
Expand Down

0 comments on commit bd86543

Please sign in to comment.