replace git submodules by npm dependencies
This commit is contained in:
parent
08c5c0bec7
commit
c99d9dd262
7 changed files with 3 additions and 30 deletions
23
.gitmodules
vendored
23
.gitmodules
vendored
|
|
@ -1,30 +1,9 @@
|
|||
[submodule "tool/support/node-o3-xml"]
|
||||
path = tool/support/node-o3-xml
|
||||
url = git://github.com/ajaxorg/node-o3-xml.git
|
||||
[submodule "tool/support/async"]
|
||||
path = tool/support/async
|
||||
url = git://github.com/fjakobs/async.js.git
|
||||
[submodule "support/requirejs"]
|
||||
path = support/requirejs
|
||||
url = git://github.com/jrburke/requirejs.git
|
||||
[submodule "support/node-o3-xml"]
|
||||
path = support/node-o3-xml
|
||||
url = git://github.com/ajaxorg/node-o3-xml.git
|
||||
[submodule "support/async"]
|
||||
path = support/async
|
||||
url = git://github.com/fjakobs/async.js.git
|
||||
[submodule "support/jsdom"]
|
||||
path = support/jsdom
|
||||
url = git://github.com/tmpvar/jsdom.git
|
||||
[submodule "support/node-htmlparser"]
|
||||
path = support/node-htmlparser
|
||||
url = git://github.com/tautologistics/node-htmlparser.git
|
||||
[submodule "support/cockpit"]
|
||||
path = support/cockpit
|
||||
url = git://github.com/ajaxorg/cockpit.git
|
||||
[submodule "support/pilot"]
|
||||
path = support/pilot
|
||||
url = git://github.com/ajaxorg/pilot.git
|
||||
[submodule "support/dryice"]
|
||||
path = support/dryice
|
||||
url = git://github.com/mozilla/dryice.git
|
||||
url = git://github.com/ajaxorg/pilot.git
|
||||
|
|
@ -11,11 +11,10 @@
|
|||
"url" : "http://github.com/ajaxorg/ace.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"uglify-js": ">=0.0.2",
|
||||
"step": ">=0.0.3",
|
||||
"asyncjs": ">=0.0.2",
|
||||
"jsdom": ">=0.1.23",
|
||||
"htmlparser": ">=1.7.2"
|
||||
"htmlparser": ">=1.7.2",
|
||||
"dryice": ">=0.1.0"
|
||||
},
|
||||
"licenses": [{
|
||||
"type": "MPL",
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6da8076355fc9f06191d39b8f5989159dc8a162c
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 89f99bb65c66d0c25d461ab4af5743ef1676a04d
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 486755962dc0b69c60bfd04869ff1e0093406bae
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 60d64db4a9a8b1a26bd099bc34f657bf096c4f39
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 819c4e7b9b1e6e5f99696b5c9f2805891a9e7cfd
|
||||
Loading…
Add table
Add a link
Reference in a new issue