@platform/util.is
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@platform/util.is", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Environment flags.", | ||
@@ -8,7 +8,8 @@ "main": "lib/index", | ||
"scripts": { | ||
"test": "ts test", | ||
"tdd": "ts test --watch", | ||
"lint": "ts lint", | ||
"build": "ts build", | ||
"prepare": "ts prepare" | ||
"test": "yarn chmod && ts test", | ||
"tdd": "yarn chmod && ts test --watch", | ||
"lint": "yarn chmod && ts lint", | ||
"build": "yarn chmod && ts build", | ||
"prepare": "yarn chmod && ts prepare", | ||
"chmod": "chmod 777 node_modules/.bin/ts" | ||
}, | ||
@@ -18,3 +19,3 @@ "dependencies": {}, | ||
"@platform/test": "0.0.26", | ||
"@platform/ts.cli": "3.3.27" | ||
"@platform/ts.cli": "3.3.28" | ||
}, | ||
@@ -21,0 +22,0 @@ "files": [ |
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
3887