Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,5 @@ | ||
# 1.0.2 (2015-04-12) | ||
* 20a33b6 bugfix: additional require statement removal | ||
# 1.0.1 (2015-04-12) | ||
@@ -2,0 +6,0 @@ |
@@ -16,3 +16,2 @@ /* | ||
var path = require('path'); | ||
var debug = require('debug')('bucketdb:database'); | ||
@@ -19,0 +18,0 @@ var levelup = require('levelup'); |
{ | ||
"name": "bucketdb", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Personal convenience wrapper around LevelDB with a minimal CRUD-based API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25641
600