Comparing version 2.1.2 to 2.1.3
@@ -8,2 +8,8 @@ # Change Log | ||
## [2.1.3] - 2018-01-03 | ||
### Fixes | ||
- revert jsnext:main extension removal (#135) | ||
## [2.1.2] - 2018-01-02 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "rheostat", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Rheostat is a www, mobile, and accessible slider component built with React", | ||
"main": "lib/Slider", | ||
"jsnext:main": "src/Slider", | ||
"jsnext:main": "src/Slider.jsx", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "npm run clean && babel src -d lib", |
95962