Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Nov 14, 2019
2 parents 429afce + b31f339 commit 417d04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oe-datasource-personalization",
"version": "2.0.0",
"version": "2.1.0",
"description": "oe-cloud modularization project aka oecloud.io",
"engines": {
"node": ">=6"
Expand All @@ -14,7 +14,7 @@
"grunt-cover": "grunt test-with-coverage"
},
"dependencies": {
"lodash": "4.17.11"
"lodash": "4.17.14"
},
"devDependencies": {
"babel-eslint": "7.2.3",
Expand All @@ -23,7 +23,7 @@
"chai-things": "0.2.0",
"chalk": "1.1.1",
"eslint": "4.10.0",
"grunt": "1.0.3",
"grunt": "1.0.4",
"grunt-banner": "0.6.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
Expand All @@ -37,9 +37,9 @@
"superagent-defaults": "0.1.14",
"supertest": "3.4.2",
"loopback-connector-mongodb": "3.9.2",
"oe-cloud": "2.0.0",
"oe-connector-postgresql": "2.0.0",
"oe-multi-tenancy": "2.0.0"
"oe-cloud": "^2.0.0",
"oe-connector-postgresql": "^2.0.0",
"oe-multi-tenancy": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
3 changes: 0 additions & 3 deletions test/component-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"loopback-component-explorer": {
"mountPath": "/explorer"
}
}

0 comments on commit 417d04c

Please sign in to comment.