nodebb-plugin-facebook-post 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/library.js +2 -2
  2. package/package.json +1 -1
package/library.js CHANGED
@@ -384,12 +384,12 @@ Plugin.addAdminNavigation = async function (header) {
384
384
  };
385
385
 
386
386
  Plugin.addClientScripts = async function (scripts) {
387
- scripts.push('plugins/nodebb-plugin-facebook-post/lib/composer.js');
387
+ scripts.push('/plugins/nodebb-plugin-facebook-post/lib/composer.js');
388
388
  return scripts;
389
389
  };
390
390
 
391
391
  Plugin.addAdminScripts = async function (scripts) {
392
- scripts.push('plugins/nodebb-plugin-facebook-post/lib/admin.js');
392
+ scripts.push('/plugins/nodebb-plugin-facebook-post/lib/admin.js');
393
393
  return scripts;
394
394
  };
395
395
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-facebook-post",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Auto-post new NodeBB topics to a fixed Facebook Page (text + NodeBB uploads + place id).",
5
5
  "main": "library.js",
6
6
  "dependencies": {