Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
oracle: fix electron native module
Browse files Browse the repository at this point in the history
* Use source package from github to prevent the use of prebuilt
  binaries and force the rebuild of the native module.
  • Loading branch information
n-riesco committed May 24, 2018
1 parent a0d0840 commit 3c13700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"font-awesome": "^4.6.1",
"ibm_db": "^2.3.0",
"mysql": "^2.15.0",
"oracledb": "^2.2.0",
"oracledb": "https://github.com/oracle/node-oracledb/releases/download/v2.2.0/oracledb-src-2.2.0.tgz",
"papaparse": "^4.3.7",
"pg": "^4.5.5",
"pg-hstore": "^2.3.2",
Expand Down
8 changes: 5 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6755,7 +6755,7 @@ nan@^2.3.0, nan@^2.3.3, nan@~2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.7.0.tgz#d95bf721ec877e08db276ed3fc6eb78f9083ad46"

nan@^2.7.0:
nan@^2.7.0, nan@~2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"

Expand Down Expand Up @@ -7239,9 +7239,11 @@ options@>=0.0.5:
version "0.0.6"
resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"

oracledb@^2.2.0:
"oracledb@https://github.com/oracle/node-oracledb/releases/download/v2.2.0/oracledb-src-2.2.0.tgz":
version "2.2.0"
resolved "https://registry.yarnpkg.com/oracledb/-/oracledb-2.2.0.tgz#424222d00721b1656181a0efa8b452193d113ba2"
resolved "https://github.com/oracle/node-oracledb/releases/download/v2.2.0/oracledb-src-2.2.0.tgz#44db77ad8db99c2646e611c2b33a6f8533e44e8e"
dependencies:
nan "~2.8.0"

orbit-camera-controller@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 3c13700

Please sign in to comment.