Skip to content

Commit c99d9dd

Browse files
committed
replace git submodules by npm dependencies
1 parent 08c5c0b commit c99d9dd

File tree

7 files changed

+3
-30
lines changed

7 files changed

+3
-30
lines changed

.gitmodules

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
1-
[submodule "tool/support/node-o3-xml"]
2-
path = tool/support/node-o3-xml
3-
url = git://github.com/ajaxorg/node-o3-xml.git
4-
[submodule "tool/support/async"]
5-
path = tool/support/async
6-
url = git://github.com/fjakobs/async.js.git
7-
[submodule "support/requirejs"]
8-
path = support/requirejs
9-
url = git://github.com/jrburke/requirejs.git
101
[submodule "support/node-o3-xml"]
112
path = support/node-o3-xml
123
url = git://github.com/ajaxorg/node-o3-xml.git
13-
[submodule "support/async"]
14-
path = support/async
15-
url = git://github.com/fjakobs/async.js.git
16-
[submodule "support/jsdom"]
17-
path = support/jsdom
18-
url = git://github.com/tmpvar/jsdom.git
19-
[submodule "support/node-htmlparser"]
20-
path = support/node-htmlparser
21-
url = git://github.com/tautologistics/node-htmlparser.git
224
[submodule "support/cockpit"]
235
path = support/cockpit
246
url = git://github.com/ajaxorg/cockpit.git
257
[submodule "support/pilot"]
268
path = support/pilot
27-
url = git://github.com/ajaxorg/pilot.git
28-
[submodule "support/dryice"]
29-
path = support/dryice
30-
url = git://github.com/mozilla/dryice.git
9+
url = git://github.com/ajaxorg/pilot.git

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
"url" : "https://github.com/ajaxorg/ace.git"
1212
},
1313
"dependencies": {
14-
"uglify-js": ">=0.0.2",
15-
"step": ">=0.0.3",
1614
"asyncjs": ">=0.0.2",
1715
"jsdom": ">=0.1.23",
18-
"htmlparser": ">=1.7.2"
16+
"htmlparser": ">=1.7.2",
17+
"dryice": ">=0.1.0"
1918
},
2019
"licenses": [{
2120
"type": "MPL",

support/async

-1
This file was deleted.

support/dryice

-1
This file was deleted.

support/jsdom

-1
This file was deleted.

support/node-htmlparser

-1
This file was deleted.

support/requirejs

-1
This file was deleted.

0 commit comments

Comments
 (0)