Moved juggling oracle to optional deps
This commit is contained in:
parent
0171969dcb
commit
d53b995241
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue