@feizheng/event-mitt
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@feizheng/event-mitt", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A mini and light event emitter", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/afeiship/event-mitt", |
@@ -20,3 +20,3 @@ # event-mitt | ||
```shell | ||
npm install -S afeiship/event-mitt --registry=https://registry.npm.taobao.org | ||
npm install -S @feizheng/event-mitt | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
```js | ||
import EventMitt from 'event-mitt'; | ||
import EventMitt from '@feizheng/event-mitt'; | ||
const Person = class { }; | ||
@@ -29,0 +29,0 @@ Object.assign(Person.prototype, EventMitt); |
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
5647