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

Commit

Permalink
tap@1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 1, 2015
1 parent e3dcd8a commit d5167b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"uid-number": "0.0.5"
},
"devDependencies": {
"tap": "~0.4.0"
"tap": "^1.2.0"
},
"scripts": {
"test": "tap test/*.js"
Expand Down
2 changes: 1 addition & 1 deletion test/00-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ if (module === require.main) {
var gcini = 'globalconfig = ' + exports.globalconfig + '\n'
fs.writeFileSync(exports.userconfig, gcini + uc)

console.log('0..1')
console.log('1..1')
console.log('ok 1 setup done')
}

0 comments on commit d5167b4

Please sign in to comment.