simplesignal
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "simplesignal", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Super-simple signals class", | ||
@@ -23,3 +23,4 @@ "main": "dist/es5/SimpleSignal.js", | ||
"simple", | ||
"tiny" | ||
"tiny", | ||
"typescript" | ||
], | ||
@@ -26,0 +27,0 @@ "author": "Zeh Fernando <npm@zehfernando.com> http://zehfernando.com", |
@@ -19,3 +19,6 @@ # Simple Signal | ||
// Include (JavaScript ES6, TypeScript) | ||
// Include (JavaScript ES6) (Test!) | ||
import * as SimpleSignal from 'simplesignal'; | ||
// Include (TypeScript) | ||
import SimpleSignal from 'simplesignal'; | ||
@@ -22,0 +25,0 @@ |
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
57
3841
48