nodebb-plugin-adsense
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -48,4 +48,4 @@ 'use strict'; | ||
admin.activate = function(id) { | ||
if (id === 'nodebb-plugin-adsense') { | ||
admin.activate = function(data) { | ||
if (data.id === 'nodebb-plugin-adsense') { | ||
var defaults = [ | ||
@@ -52,0 +52,0 @@ { field: 'client_id', value: '' }, |
{ | ||
"name": "nodebb-plugin-adsense", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Plugin to easily place ads on your forum in different areas", | ||
@@ -22,3 +22,3 @@ "main": "library.js", | ||
"nbbpm": { | ||
"compatibility": "^1.2.0" | ||
"compatibility": "^1.5.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17620
0