mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user