@feizheng/event-mitt
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@feizheng/event-mitt", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A mini and light event emitter", | ||
@@ -12,3 +12,4 @@ "homepage": "https://github.com/afeiship/event-mitt", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"trypublish": "npm publish --access=public || true" | ||
}, | ||
@@ -15,0 +16,0 @@ "license": "MIT", |
@@ -18,3 +18,3 @@ # event-mitt | ||
## resources | ||
## installation | ||
```shell | ||
@@ -21,0 +21,0 @@ npm install -S @feizheng/event-mitt |
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
6127