Comparing version 2.3.1 to 2.3.2
@@ -47,2 +47,7 @@ { | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint && npm run test && npm run build" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -75,7 +80,6 @@ "log", | ||
"dev": "NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps --watch", | ||
"generate-types": "babel-node ./src/bin/generate-types.js", | ||
"lint": "eslint ./src ./test && flow", | ||
"test": "NODE_ENV=test ava --serial --verbose" | ||
}, | ||
"version": "2.3.1" | ||
"version": "2.3.2" | ||
} |
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
71984