invert-permutation
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "invert-permutation", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Inverts permutations", | ||
@@ -11,6 +11,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tap": "~0.4.0" | ||
"tape": "^2.12.3" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js" | ||
"test": "tape test/*.js" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
var test = require("tap").test | ||
var test = require("tape") | ||
, invert = require("../index.js") | ||
@@ -3,0 +3,0 @@ |
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
1
3193