js-lrucache
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "js-lrucache", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Javascript implementation of least recently used cache", | ||
@@ -10,3 +10,3 @@ "author": "Xianshun Chen", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "./build/LRUCache.js", | ||
"directories": { | ||
@@ -17,2 +17,3 @@ "test": "test" | ||
"test": "npm run compile && mocha --compilers js:babel-core/register", | ||
"prepublish": "npm run compile", | ||
"compile": "./node_modules/.bin/babel --presets es2015,stage-0 -d build/ src/", | ||
@@ -19,0 +20,0 @@ "webpack": "./node_modules/.bin/webpack", |
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
38197