ts-observer-pattern
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ts-observer-pattern", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Interfaces to help working with the Observer Pattern", | ||
"main": "index.js", | ||
"main": "index.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
1027
4
13