factory.ts
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "factory.ts", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "description": "A Typescript test data factory similar to factory_bot and rosie", | ||
"test:watch": "yarn test:truncate && jest --watch", | ||
"publish": "yarn build && npm publish" | ||
"build-and-publish": "yarn build && npm login && npm publish" | ||
}, | ||
@@ -14,0 +14,0 @@ "jest": { |
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
53864