Add bootstrap to package.json

Removes the need to have it as a submodule by just using it directly
from the package.json using a Git URL bound to v3.0.0
This commit is contained in:
Kevin Sawicki
2013-09-17 15:04:46 -07:00
parent f64c0e0472
commit 0797a89088
4 changed files with 2 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
"atomShellVersion": "0.4.7",
"dependencies": {
"async": "0.2.6",
"bootstrap": "git://github.com/twbs/bootstrap.git#v3.0.0",
"coffee-script": "1.6.2",
"coffeestack": "0.4.0",
"first-mate": "0.1.0",