simplesignal
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "simplesignal", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Super-simple signals class", | ||
"main": "dist/simplesignal.js", | ||
"main": "./dist/SimpleSignal.js", | ||
"types": "./dist/src/SimpleSignal.d.ts", | ||
"scripts": { | ||
@@ -35,3 +36,2 @@ "build": "webpack", | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"babel": "^6.5.2", | ||
@@ -44,14 +44,7 @@ "babel-core": "^6.18.2", | ||
"chai": "^3.5.0", | ||
"change-case": "^3.0.0", | ||
"core-js": "^2.4.1", | ||
"coveralls": "^2.11.11", | ||
"cross-env": "^3.1.3", | ||
"mocha": "^3.1.2", | ||
"nyc": "^9.0.1", | ||
"rimraf": "^2.5.3", | ||
"rollup": "^0.36.3", | ||
"rollup-plugin-babel": "^2.6.1", | ||
"rollup-plugin-commonjs": "^5.0.5", | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.0", | ||
"rimraf": "^2.5.4", | ||
"ts-loader": "^1.2.1", | ||
@@ -58,0 +51,0 @@ "tslint": "^3.13.0", |
@@ -99,2 +99,6 @@ # Simple Signal | ||
onSomethingHappened.dispatch("some-action") | ||
``` | ||
``` | ||
## License | ||
[MIT](LICENSE.md). |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6573
17
6
12
103
0