fixing deps

This commit is contained in:
Manuel Araoz 2014-03-12 09:32:02 -03:00
parent 3c3c276867
commit 25b75b1154
1 changed files with 5 additions and 2 deletions

View File

@ -56,7 +56,9 @@
"buffers": "=0.1.1", "buffers": "=0.1.1",
"buffertools": "~2.0.1", "buffertools": "~2.0.1",
"browserify": "~3.32.1", "browserify": "~3.32.1",
"browser-pack": "~2.0.1" "browser-pack": "~2.0.1",
"commander": "~2.1.0",
"brfs": "~1.0.0"
}, },
"devDependencies": { "devDependencies": {
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.5.3",
@ -70,7 +72,8 @@
"chai": "~1.9.0", "chai": "~1.9.0",
"brfs": "~1.0.0", "brfs": "~1.0.0",
"async": "~0.2.10", "async": "~0.2.10",
"commander": "~2.1.0" "commander": "~2.1.0",
"browser-pack": "~2.0.1"
}, },
"license": "MIT" "license": "MIT"
} }