ts-simple-event-bus
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "ts-simple-event-bus", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "./dist/index.js", | ||
@@ -11,4 +11,3 @@ "types": "./dist/index.d.ts", | ||
"test": "nyc mocha -r ts-node/register **/**/*.test.ts", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"publish": "yarn build && npm publish" | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -15,0 +14,0 @@ "author": "Hugo LAPLACE-BUILHE", |
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
12185