subscribe-ui-event
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -92,3 +92,3 @@ // jscs:disable maximumLineLength | ||
}, | ||
// react | ||
// babel | ||
// compiles jsx to js | ||
@@ -283,3 +283,3 @@ babel: { | ||
'atomizer:functional', | ||
'react:functional', | ||
'babel:functional', | ||
'webpack:functional', | ||
@@ -294,3 +294,3 @@ 'connect:functional', | ||
'atomizer:functional', | ||
'react:functional', | ||
'babel:functional', | ||
'webpack:functional', | ||
@@ -297,0 +297,0 @@ 'connect:functionalOpen', |
{ | ||
"name": "subscribe-ui-event", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "A single, throttle built-in solution to subscribe to browser UI Events.", | ||
@@ -54,4 +54,5 @@ "main": "index.js", | ||
"pre-commit": "^1.0.0", | ||
"react": "^0.13.x", | ||
"xunit-file": "~0.0.7" | ||
"react": "^0.14.0", | ||
"react-dom": "^0.14.0", | ||
"xunit-file": "^0.0.7" | ||
}, | ||
@@ -58,0 +59,0 @@ "precommit": [ |
33005
26