subscribe-ui-event
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -15,4 +15,4 @@ /** | ||
module.exports = { | ||
subscribe: require('./src/subscribe'), | ||
unsubscribe: require('./src/unsubscribe') | ||
subscribe: require('./dist/subscribe'), | ||
unsubscribe: require('./dist/unsubscribe') | ||
}; | ||
@@ -19,0 +19,0 @@ } else { |
{ | ||
"name": "subscribe-ui-event", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A single, throttle built-in solution to subscribe to browser UI Events.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
39875