Skip to content

Commit

Permalink
Updated to use npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmurali committed May 29, 2020
1 parent c4f7a7f commit 02845f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@softrams:registry=https://npm.pkg.github.com
@softrams:registry=https://registry.npmjs.org
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@softrams/nodejs-oracle-connector",
"version": "0.0.4",
"version": "0.0.5",
"description": "Database connector wrapper to work with Oracle database from nodejs applications",
"main": "index.js",
"scripts": {
Expand All @@ -10,9 +10,6 @@
"type": "git",
"url": "git+https://github.com/softrams/nodejs-oracle-connector.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"Nodejs",
"Oracle",
Expand Down

0 comments on commit 02845f7

Please sign in to comment.