Comparing version 0.0.12 to 1.0.0
{ | ||
"name": "stac", | ||
"version": "0.0.12", | ||
"version": "1.0.0", | ||
"description": "Maintain a sorted stack of things.", | ||
@@ -8,6 +8,6 @@ "main": "stac.js", | ||
"devDependencies": { | ||
"mocha": "*" | ||
"mocha": "^4.0.1" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
"test": "mocha --reporter spec --bail --timeout 5s --require test/common.js" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18698
0
7