Skip to content

Commit

Permalink
Integration Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Apr 10, 2019
1 parent 9816b14 commit 23adbdf
Show file tree
Hide file tree
Showing 93 changed files with 1,898 additions and 4,273 deletions.
1 change: 1 addition & 0 deletions assets/wbie/gmail/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/wbie/gmail/foreground-adaptor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"matches":["http(s)\\://mail.google.com(*)"]}
1 change: 1 addition & 0 deletions assets/wbie/gmail/foreground.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/wbie/gmail/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"name":"gmail"}
3 changes: 2 additions & 1 deletion assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = function (env) {
{ from: path.join(__dirname, 'audio'), to: 'audio', force: true },
{ from: path.join(__dirname, 'fonts'), to: 'fonts', force: true },
{ from: path.join(__dirname, 'icons'), to: 'icons', force: true },
{ from: path.join(__dirname, 'images'), to: 'images', force: true }
{ from: path.join(__dirname, 'images'), to: 'images', force: true },
{ from: path.join(__dirname, 'wbie'), to: 'wbie', force: true }
], {
ignore: [ '.DS_Store' ]
})
Expand Down
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"node_modules",
"src/**/node_modules",
"src/**/**/node_modules",
"bin"
"bin",
"assets/wbie"
]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
"standard": "12.0.1"
},
"standard": {
"parser": "babel-eslint"
"parser": "babel-eslint",
"ignore": [
"assets/wbie"
]
},
"electronInstallEnv": {
"ELECTRON_MIRROR": "https://electron-wb.s3.us-east-2.amazonaws.com/",
Expand Down
56 changes: 0 additions & 56 deletions scripts/npmlibStripGoogleapis.js

This file was deleted.

5 changes: 5 additions & 0 deletions src/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"electron-fetch": "1.3.0",
"electron-positioner": "4.1.0",
"electron-to-chromium": "1.3.122",
"fast-deep-equal": "2.0.1",
"fs-extra": "7.0.1",
"getos": "3.1.1",
"home-dir": "1.0.0",
Expand All @@ -39,6 +40,7 @@
"vm2": "3.6.10",
"winreg": "1.2.4",
"xml2js": "0.4.19",
"xmldom": "0.1.27",
"yargs": "13.2.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 23adbdf

Please sign in to comment.