aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pixelfed
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pixelfed')
-rw-r--r--recipes/pixelfed/package.json2
-rw-r--r--recipes/pixelfed/webview.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/pixelfed/package.json b/recipes/pixelfed/package.json
index 328dab8..28a8bc5 100644
--- a/recipes/pixelfed/package.json
+++ b/recipes/pixelfed/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "pixelfed", 2 "id": "pixelfed",
3 "name": "Pixelfed", 3 "name": "Pixelfed",
4 "version": "1.0.1", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://pixelfed.social", 7 "serviceURL": "https://pixelfed.social",
diff --git a/recipes/pixelfed/webview.js b/recipes/pixelfed/webview.js
index 56a20b6..1119219 100644
--- a/recipes/pixelfed/webview.js
+++ b/recipes/pixelfed/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}; 9};