Skip to content

Commit

Permalink
moving most of the sub modules into npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Snodgrass committed Feb 21, 2012
1 parent 1006c9d commit f95c59f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,9 +1,6 @@
[submodule "node_modules/apf"]
path = node_modules/apf
url = https://github.com/ajaxorg/apf.git
[submodule "support/node-builds-v4"]
path = support/node-builds-v4
url = https://github.com/ajaxorg/node-builds-v4.git
[submodule "node_modules/gnu-builds"]
path = node_modules/gnu-builds
url = https://github.com/ajaxorg/gnu-builds.git
Expand Down
19 changes: 0 additions & 19 deletions .npmignore
@@ -1,24 +1,5 @@
.*.gz
build
support/node-builds
common/apf
common/packager
support/ace/support/requirejs
support/ace/support/node-o3-xml
support/ace/support/node-o3-xml-v4
support/ace/support/cockpit
support/ace/support/jsdom
support/ace/support/node-htmlparser
support/ace/support/async
support/ace/support/dryice
support/ace/tool
support/ace/demo
support/apf/debugwin
support/apf/test
support/connect/support/expresso
support/connect/support/less
support/connect/support/sass
support/connect/support/coffee-script
support/socket.io/support/expresso
support/gnu-builds
*.psd
1 change: 0 additions & 1 deletion node_modules/connect
Submodule connect deleted from 6bec95
1 change: 0 additions & 1 deletion node_modules/jsdav
Submodule jsdav deleted from e077b2
1 change: 0 additions & 1 deletion node_modules/socket.io
Submodule socket.io deleted from 735d52
1 change: 0 additions & 1 deletion node_modules/socket.io-client
Submodule socket.io-client deleted from 4375ef
1 change: 0 additions & 1 deletion node_modules/uglify-js
Submodule uglify-js deleted from 941c84
12 changes: 12 additions & 0 deletions package.json
Expand Up @@ -10,6 +10,17 @@
"type" : "git",
"url" : "git://github.com/ajaxorg/cloud9.git"
},
"dependencies": {
"connect": "1.8.5",
"connect-redis": "1.2.0",
"async": "0.1.15",
"jsDAV": "0.1.1",
"lib-v8debug" : "git://github.com/ajaxorg/lib-v8debug.git",
"ace":"git://github.com/ajaxorg/ace.git",
"socket.io": "git://github.com/ajaxorg/socket.io.git",
"socket.io-client": "git://github.com/ajaxorg/socket.io-client.git",
"uglify-js":"latest"
},
"bin" : {
"cloud9" : "./bin/cloud9-npm.js"
},
Expand All @@ -18,3 +29,4 @@
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"}
]
}

0 comments on commit f95c59f

Please sign in to comment.