Comparing version 1.2.3 to 1.3.0
{ | ||
"name": "deep-fs", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "DEEP File System Library", | ||
@@ -54,6 +54,6 @@ "keywords": [ | ||
"scripts": { | ||
"coverage": "babel-node `which istanbul` cover --report lcov _mocha -- --ui tdd --recursive --reporter spec", | ||
"test": "mocha --ui tdd --compilers js:mocha-babel --recursive --reporter spec", | ||
"test": "babel-node `which istanbul` cover --report lcov _mocha -- --ui tdd --recursive --reporter spec", | ||
"compile": "if [ -d 'lib/' ]; then BABEL_ENV=production babel lib/ --out-dir lib.compiled/; fi", | ||
"prepublish": "npm run compile" | ||
"prepublish": "npm run compile", | ||
"pretest": "npm link deep-kernel deep-core" | ||
}, | ||
@@ -73,4 +73,4 @@ "dependencies": { | ||
}, | ||
"preferGlobal": true, | ||
"preferGlobal": false, | ||
"analyze": true | ||
} |
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
220342
23
951