Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Apr 30, 2020
2 parents abb176e + c39acc4 commit e88488d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
coverage
package-lock.json
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oe-connector-oracle",
"version": "2.0.1",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"lint": "eslint ."
Expand All @@ -10,9 +10,7 @@
},
"dependencies": {
"async": "2.6.1",
"debug": "4.1.1",
"loopback-connector": "2.7.1",
"strong-globalize": "2.10.0"
"debug": "4.1.1"
},
"description": "The oracle connector for the oe-cloud framework.",
"devDependencies": {
Expand Down

0 comments on commit e88488d

Please sign in to comment.