factory.ts
Advanced tools
Comparing version 0.1.3 to 0.2.0
{ | ||
"name": "factory.ts", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
"description": "A Typescript test data factory similar to factory_girl and rosie", | ||
"description": | ||
"A Typescript test data factory similar to factory_girl and rosie", | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha --require spec/setup.js --require ts-node/register", | ||
"testAll": "NODE_ENV=test mocha --require spec/setup.js --require ts-node/register 'spec/**/*.spec.ts*'" | ||
"test": | ||
"NODE_ENV=test mocha --require spec/setup.js --require ts-node/register", | ||
"testAll": | ||
"NODE_ENV=test mocha --require spec/setup.js --require ts-node/register 'spec/**/*.spec.ts*'" | ||
}, | ||
@@ -16,5 +19,3 @@ "repository": "https://github.com/willryan/factory.ts", | ||
"typings": "lib/index", | ||
"files": [ | ||
"lib/" | ||
], | ||
"files": ["lib/"], | ||
"author": "Will Pleasant-Ryan", | ||
@@ -21,0 +22,0 @@ "devDependencies": { |
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
15825