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 52335b3 + d9dcff2 commit 7cb5bea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ out/
*.heapsnapshot
*.zip
/common/models/test
package-lock.json
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ module.exports = function GruntConfig(grunt) {
},

mocha_istanbul: {
options: {
mochaOptions: ['--exit']
},
coverage: {
src: 'test/test.js',
options: {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oe-skeleton",
"version": "2.0.0",
"version": "2.1.0",
"description": "oe-cloud modularization project",
"engines": {
"node": ">=6"
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"camelcase": "5.0.0",
"lodash": "4.17.11",
"oe-cloud": "2.0.0"
"lodash": "4.17.14",
"oe-cloud": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "7.2.3",
Expand All @@ -25,7 +25,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 @@ -39,7 +39,7 @@
"superagent-defaults": "0.1.14",
"supertest": "3.4.2",
"loopback-connector-mongodb": "3.9.2",
"oe-connector-postgresql": "2.0.0"
"oe-connector-postgresql": "^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 7cb5bea

Please sign in to comment.