aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/awork
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/awork')
-rw-r--r--recipes/awork/package.json4
-rw-r--r--recipes/awork/webview.js6
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/awork/package.json b/recipes/awork/package.json
index fb221cd..1893969 100644
--- a/recipes/awork/package.json
+++ b/recipes/awork/package.json
@@ -1,11 +1,11 @@
1{ 1{
2 "id": "awork", 2 "id": "awork",
3 "name": "Awork", 3 "name": "Awork",
4 "version": "1.0.0", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.awork.io", 7 "serviceURL": "https://{teamId}.awork.io",
8 "hasTeamId": true, 8 "hasTeamId": true,
9 "urlInputSuffix": ".awork.io" 9 "urlInputSuffix": ".awork.io"
10 } 10 }
11} \ No newline at end of file 11}
diff --git a/recipes/awork/webview.js b/recipes/awork/webview.js
index 46366f4..1119219 100644
--- a/recipes/awork/webview.js
+++ b/recipes/awork/webview.js
@@ -1,9 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { 1function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj }; 2 return obj && obj.__esModule ? obj : { default: obj };
5} 3}
6 4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => { 7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); 8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9}; \ No newline at end of file 9};