@oozcitak/infra
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@oozcitak/infra", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"keywords": [ | ||
@@ -48,4 +48,6 @@ "infra", | ||
"scripts": { | ||
"test": "tsc && jest --coverage" | ||
"compile": "tsc", | ||
"test": "npm run compile && jest --coverage", | ||
"publish-public": "npm run test && npm publish --access public" | ||
} | ||
} |
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
106743