Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Jun 19, 2012
1 parent 3991348 commit 9689a35
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -8,13 +8,16 @@
"node.extend" : "1.0.0"
},
"devDependencies": {
"should" : "0.5.1"
"should": "0.6.3"
},
"repository": {
"type": "git",
"url" : "https://github.com/dreamerslab/node.flow.git"
},
"main" : "index",
"engines": [ "node >= 0.4.0" ],
"license": "MIT"
"main" : "index",
"engines" : [ "node >= 0.4.0" ],
"licenses": [{
"type": "MIT",
"url" : "http://en.wikipedia.org/wiki/MIT_License"
}]
}

0 comments on commit 9689a35

Please sign in to comment.