move dryice from npm dep to submodule dep
This commit is contained in:
parent
89ac7cbf39
commit
da0113ba98
2 changed files with 1 additions and 4 deletions
|
|
@ -22,13 +22,9 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"pilot": ">=0.1.1",
|
||||
"cockpit": ">=0.1.1",
|
||||
"teleport": ">=0.2.6",
|
||||
"asyncjs": ">=0.0.2",
|
||||
"jsdom": ">=0.1.23",
|
||||
"htmlparser": ">=1.7.2",
|
||||
"dryice": ">=0.2.2",
|
||||
"mime": ">=1.2.1"
|
||||
},
|
||||
"licenses": [{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
require("./requireJS-node");
|
||||
require.paths.unshift(__dirname + "/../lib");
|
||||
require.paths.unshift(__dirname + "/pilot/lib");
|
||||
require.paths.unshift(__dirname + "/dryice/lib");
|
||||
require.paths.unshift(__dirname + "/async/lib");
|
||||
require.paths.unshift(__dirname + "/jsdom/lib");
|
||||
require.paths.unshift(__dirname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue