Skip to content

Commit

Permalink
Merge pull request #11 from Medium/jcrosby-fixTestsForNode0.12
Browse files Browse the repository at this point in the history
Fix tests on node 0.12.x
  • Loading branch information
jcrosby committed Aug 24, 2015
2 parents 1e08df5 + 80a8421 commit 6301103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "nodeunitq",
"description": "Additional helpers and assertions for nodeunit, particularly optimized for Q",
"homepage": "https://github.com/Obvious/nodeunitq",
"homepage": "https://github.com/Medium/nodeunitq",
"authors": [
"Nick Santos (https://github.com/nicks)"
],
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/Obvious/nodeunitq.git"
"url": "https://github.com/Medium/nodeunitq.git"
},
"main": "nodeunitq.js",
"dependencies": {
"q": "1.0.0"
},
"devDependencies": {
"nodeunit": "0.7.4"
"nodeunit": "0.9.1"
},
"scripts": {
"test": "./node_modules/.bin/nodeunit test"
Expand Down

0 comments on commit 6301103

Please sign in to comment.