ngraph.events
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,2 +0,2 @@ | ||
module.exports = function(subject) { | ||
module.exports = function eventify(subject) { | ||
validateSubject(subject); | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "ngraph.events", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Basic events supoort for ngraph.js ", | ||
@@ -23,4 +23,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tap": "^14.2.0" | ||
"tap": "^14.10.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
11965
8
271