nodebb-plugin-adsense
Advanced tools
Comparing version 0.0.19 to 0.1.0
@@ -59,5 +59,3 @@ 'use strict'; | ||
async.each(defaults, function(optObj, next) { | ||
meta.settings.setOnEmpty('google-adsense', optObj.field, optObj.value, next); | ||
}); | ||
meta.settings.setOnEmpty('google-adsense', defaults, next); | ||
} | ||
@@ -64,0 +62,0 @@ }; |
{ | ||
"name": "nodebb-plugin-adsense", | ||
"version": "0.0.19", | ||
"version": "0.1.0", | ||
"description": "Plugin to easily place ads on your forum in different areas", | ||
@@ -22,3 +22,3 @@ "main": "library.js", | ||
"nbbpm": { | ||
"compatibility": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0" | ||
"compatibility": "^1.2.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "readmeFilename": "README.md", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17613
138