typed-emitter
Advanced tools
Comparing version 1.3.1 to 1.4.0
{ | ||
"name": "typed-emitter", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"license": "MIT", | ||
@@ -14,3 +14,4 @@ "description": "Strictly typed event emitter interface for TypeScript 3.", | ||
], | ||
"main": "./index.d.ts" | ||
"main": "./types.js", | ||
"types": "./index.d.ts" | ||
} |
@@ -5,3 +5,3 @@ # Typed-Emitter | ||
Strictly typed event emitter interface for **TypeScript 3**. | ||
Strictly typed event emitter interface for TypeScript. | ||
@@ -8,0 +8,0 @@ Code size: Zero bytes - Just the typings, no implementation. Use the default event emitter of the `events` module in node.js or bring your favorite implementation when writing code for the browser. |
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
5437
5
40