strict-event-emitter-types
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "strict-event-emitter-types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Strictly and safely type any EventEmitter-like interface on any object", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -20,2 +21,5 @@ "types": "types/src", | ||
], | ||
"files": [ | ||
"types" | ||
], | ||
"author": "Brian Terlson <brian.terlson@microsoft.com>", | ||
@@ -30,5 +34,4 @@ "license": "ISC", | ||
"@types/node": "^9.4.6", | ||
"dtslint": "^0.2.0", | ||
"typescript": "next" | ||
} | ||
} |
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
2
6769
5
34