Use NPM published version of common module

This commit is contained in:
Andrew Miner
2015-03-25 16:12:50 -07:00
parent f015bcb9ac
commit 351d84178d
+2 -3
View File
@@ -34,12 +34,11 @@
"grunt-rsync": "^0.6.2",
"mocha": "^2.2.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"underscore": "^1.7.0"
"sinon-chai": "^2.7.0"
},
"dependencies": {
"backbone": "^1.1.2",
"crafting-guide-common": "git://github.com/andrewminer/crafting-guide-common",
"crafting-guide-common": "^1.0.0",
"jade": "^1.8.2",
"jquery": "^2.1.3",
"markdown": "^0.5.0",