Skip to content

Commit

Permalink
update tap
Browse files Browse the repository at this point in the history
  • Loading branch information
mcavage committed Feb 24, 2014
1 parent dfd1c47 commit d68d949
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -12,15 +12,11 @@
"url": "git://github.com/mcavage/node-asn1.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.4.9"
},
"dependencies": {},
"devDependencies": {
"tap": "0.1.4"
"tap": "0.4.8"
},
"scripts": {
"pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",
"test": "./node_modules/.bin/tap ./tst"
}
}

0 comments on commit d68d949

Please sign in to comment.