Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "fishery", | ||
"version": "0.2.0", | ||
"description": "A library for setting up JavaScript objects as test data", | ||
"version": "0.2.1", | ||
"description": "A library for setting up JavaScript factories to help build objects as test data, with full TypeScript support", | ||
"keywords": [ | ||
"factories", | ||
"testing", | ||
"typescript", | ||
"factory_bot", | ||
"factorybot", | ||
"mock", | ||
"test data" | ||
], | ||
"main": "dist/index.js", | ||
@@ -21,3 +30,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"author": "Stephen Hanson", | ||
"author": "Stephen Hanson <shanson@thoughtbot.com> (https://shanson.co)", | ||
"license": "MIT", | ||
@@ -24,0 +33,0 @@ "bugs": { |
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
17589