ts-invariant
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "ts-invariant", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Ben Newman <ben@apollographql.com>", | ||
@@ -25,4 +25,6 @@ "description": "TypeScript implementation of invariant(condition, message)", | ||
"scripts": { | ||
"build": "tsc && rollup -c", | ||
"mocha": "mocha --reporter spec --full-trace lib/tests.js", | ||
"build": "npm run tsc && npm run rollup", | ||
"tsc": "../../node_modules/.bin/tsc", | ||
"rollup": "../../node_modules/.bin/rollup -c", | ||
"mocha": "../../node_modules/.bin/mocha --reporter spec --full-trace lib/tests.js", | ||
"prepublish": "npm run build", | ||
@@ -41,6 +43,3 @@ "pretest": "npm run build", | ||
"@types/invariant": "^2.2.29", | ||
"invariant": "^2.2.4", | ||
"mocha": "^8.2.0", | ||
"rollup": "^2.32.1", | ||
"rollup-plugin-typescript2": "^0.30.0" | ||
"invariant": "^2.2.4" | ||
}, | ||
@@ -50,3 +49,3 @@ "engines": { | ||
}, | ||
"gitHead": "10fcc227361a68cbbfdf30fa15a3ab552be8e58b" | ||
"gitHead": "34b000e2a93965ea089062bfb66b1d82a87eb3ac" | ||
} |
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
19351
2