Skip to content

Commit

Permalink
move express dependency from devDependencies to normal dependencies
Browse files Browse the repository at this point in the history
- [CORE-438]
  • Loading branch information
Tobias Winkler committed Sep 13, 2019
1 parent bbe3b9b commit 11383d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dependencies": {
"console.table": "^0.9.1",
"del": "^2.2.2",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.0",
Expand Down Expand Up @@ -86,7 +87,6 @@
"cordova-plugin-swift-support": "^3.1.1",
"cordova-plugin-whitelist": "^1.3.3",
"core-js": "^2.4.1",
"express": "^4.16.2",
"ionic-plugin-keyboard": "^2.2.1",
"lite-server": "^2.3.0",
"node-sass": "^4.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app/bcc/bcc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function getSigner(CoreBundle: any, provider = core.getCurrentProvider(), accoun
signer = new CoreBundle.SignerExternal({
logLog: CoreBundle.logLog,
logLogLevel: CoreBundle.logLogLevel
})
});
}

return signer;
Expand Down

0 comments on commit 11383d5

Please sign in to comment.