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 7ab6874 + 342f693 commit cd7ac4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oe-migration",
"version": "2.0.0",
"version": "2.1.0",
"description": "This module is an app-list module for oe-Cloud based applications. It provides the ability to perform data migration and/or data seeding into the app db from json files",
"engines": {
"node": ">=6"
Expand All @@ -24,7 +24,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 @@ -35,10 +35,10 @@
"grunt-mocha-test": "0.13.3",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"oe-cloud": "2.0.0",
"oe-cloud": "^2.0.0",
"loopback-connector-mongodb": "3.9.2",
"oe-connector-postgresql": "2.0.0",
"oe-multi-tenancy": "2.0.0",
"oe-connector-postgresql": "^2.0.0",
"oe-multi-tenancy": "^2.0.0",
"superagent-defaults": "0.1.14",
"supertest": "3.4.2"
},
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 cd7ac4d

Please sign in to comment.