Skip to content

Commit

Permalink
Fix package.json to use oracle installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Feng committed May 25, 2016
1 parent 86e0530 commit 6bdc764
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -13,11 +13,15 @@
"scripts": {
"test": "./run-tests"
},
"config": {
"oracleUrl": "http://7e9918db41dd01dbf98e-ec15952f71452bc0809d79c86f5751b6.r22.cf1.rackcdn.com",
"oracleVersion": "2.0.0"
},
"dependencies": {
"async": "^2.0.0-rc.5",
"async": "^1.5.2",
"debug": "^2.1.1",
"loopback-connector": "^2.1.0",
"oracledb": "^1.7.1"
"loopback-oracle-installer": "~2.0.0"
},
"devDependencies": {
"bluebird": "^3.3.3",
Expand Down

0 comments on commit 6bdc764

Please sign in to comment.