bookshelf-scopes
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "bookshelf-scopes", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Giving you Rails like scopes in Bookshelf.js.", | ||
@@ -29,3 +29,6 @@ "main": "src/scopes.js", | ||
], | ||
"author": "JT", | ||
"author": "JT (https://github.com/jtwebman)", | ||
"contributors": [ | ||
"David Negstad (https://github.com/dnegstad)" | ||
], | ||
"license": "MIT", | ||
@@ -32,0 +35,0 @@ "bugs": { |
@@ -22,5 +22,5 @@ 'use strict'; | ||
self[property] = function() { | ||
/*self[property] = function() { | ||
return this.prototype[property].apply(this, arguments); | ||
} | ||
}*/ | ||
}) | ||
@@ -27,0 +27,0 @@ |
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
11026