level-packager
Advanced tools
Comparing version 0.19.6 to 0.19.7
{ | ||
"name": "level-packager", | ||
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", | ||
"version": "0.19.6", | ||
"version": "0.19.7", | ||
"contributors": [ | ||
@@ -22,3 +22,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"type": "git", | ||
"url": "https://github.com/Level/level-packager.git" | ||
"url": "https://github.com/Level/packager.git" | ||
}, | ||
@@ -39,3 +39,7 @@ "homepage": "https://github.com/Level/level-packager", | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"level": "^0.19.1", | ||
"tape": "^4.0.0" | ||
} | ||
} |
@@ -97,1 +97,8 @@ const fs = require('fs') | ||
} | ||
if (!module.parent) { | ||
const test = require('tape') | ||
, level = require('level') | ||
module.exports(test, level) | ||
} |
Sorry, the diff of this file is not supported yet
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
11691
110
2