Skip to content

Commit

Permalink
package.json: Update underscore, bufferjs, canvas, and seq to the lat…
Browse files Browse the repository at this point in the history
…est versions and hardwire the version numbers.
  • Loading branch information
papandreou committed Oct 6, 2011
1 parent d6a1046 commit 41eec8c
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
Expand Up @@ -13,10 +13,10 @@
"registry": "http://registry.npmjs.org/"
},
"dependencies": {
"underscore": ">= 1.1.3",
"bufferjs": "= 1.0.1",
"canvas": "~ 0.7.0",
"seq": ">= 0.3.0 < 0.4"
"underscore": "= 1.2.0",
"bufferjs": "= 1.0.2",
"canvas": "= 0.7.3",
"seq": "= 0.3.5"
},
"devDependencies": {
"assetgraph": "~ 0.2.0",
Expand Down

0 comments on commit 41eec8c

Please sign in to comment.