events-to-array
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "events-to-array", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Put a bunch of emitted events in an array, for testing.", | ||
"main": "etoa.js", | ||
"files": [ | ||
"index.d.ts", | ||
"etoa.js" | ||
@@ -17,6 +18,6 @@ ], | ||
"scripts": { | ||
"test": "tap --100", | ||
"test": "tap", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
"prepublishOnly": "git push origin --follow-tags" | ||
}, | ||
@@ -23,0 +24,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
4648
5
29