Moved juggling oracle to optional deps

This commit is contained in:
Ritchie Martori 2013-05-28 09:52:22 -07:00
parent 0171969dcb
commit d53b995241
1 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,6 @@
"debug": "latest",
"express": "~3.1.1",
"jugglingdb": "git+ssh://git@github.com:strongloop/jugglingdb.git",
"jugglingdb-oracle": "git+ssh://git@github.com:strongloop/jugglingdb-oracle.git",
"merge": "~1.1.0",
"sl-module-loader": "git+ssh://git@github.com:strongloop/sl-module-loader.git",
"sl-remoting": "git+ssh://git@github.com:strongloop/sl-remoting.git",
@ -25,5 +24,8 @@
"model-route",
"oracle-data-source",
"route"
]
],
"optionalDependencies": {
"jugglingdb-oracle": "git+ssh://git@github.com:strongloop/jugglingdb-oracle.git"
}
}