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 242a4a0 + 08afcdc commit 8d4112d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = function GruntConfig(grunt) {
mochaOptions: ['--exit']
},
coverage: {
src: 'test/*.spec.js',
src: 'test/test.js',
options: {
timeout: 60000,
check: {
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "oe-component-passport",
"version": "2.0.0",
"version": "2.1.0",
"description": "oe-cloud modularization project",
"engines": {
"node": ">=6"
},
"main": "index.js",
"scripts": {
"pretest": "npm install --no-optional",
"test": "mocha --no-timeouts test/*.spec.js",
"test": "mocha --no-timeouts test/test.js",
"lint": "eslint .",
"fix-lint": "eslint --fix .",
"grunt-cover": "grunt test-with-coverage"
Expand All @@ -18,7 +18,7 @@
"cookie-parser": "1.4.3",
"jsonwebtoken": "8.4.0",
"loopback-component-passport": "3.10.0",
"oe-jwt-utils": "2.0.0",
"oe-jwt-utils": "^2.0.0",
"passport": "0.4.0",
"passport-facebook": "3.0.0",
"passport-google-oauth": "1.0.0",
Expand All @@ -35,7 +35,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 @@ -48,7 +48,8 @@
"mocha": "5.2.0",
"superagent-defaults": "0.1.14",
"supertest": "3.4.2",
"oe-cloud": "2.0.0"
"loopback-connector-mongodb": "3.9.2",
"oe-cloud": "^2.0.0"
},
"author": "Dipayan Aich <[email protected]>",
"repository": {
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 8d4112d

Please sign in to comment.