react-input-range
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,11 @@ | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/davidchin/react-input-range/compare/v1.0.0...v1.0.1) (2017-01-31) | ||
### Bug Fixes | ||
* Fix CommonJS and global default exports ([ff39e9d](https://github.com/davidchin/react-input-range/commit/ff39e9d)) | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +12,0 @@ # [1.0.0](https://github.com/davidchin/react-input-range/compare/v0.10.0...v1.0.0) (2017-01-30) |
@@ -53,2 +53,3 @@ 'use strict'; | ||
exports.default = _inputRange.InputRange; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=index.js.map |
@@ -25,2 +25,3 @@ 'use strict'; | ||
exports.default = DEFAULT_CLASS_NAMES; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=default-class-names.js.map |
@@ -814,2 +814,3 @@ 'use strict'; | ||
exports.default = InputRange; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=input-range.js.map |
@@ -48,2 +48,3 @@ 'use strict'; | ||
}; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=label.js.map |
@@ -28,2 +28,3 @@ 'use strict'; | ||
} | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=range-prop-type.js.map |
@@ -393,2 +393,3 @@ 'use strict'; | ||
exports.default = Slider; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=slider.js.map |
@@ -194,2 +194,3 @@ 'use strict'; | ||
exports.default = Track; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=track.js.map |
@@ -33,2 +33,3 @@ 'use strict'; | ||
} | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=value-prop-type.js.map |
@@ -16,2 +16,3 @@ "use strict"; | ||
} | ||
module.exports = exports["default"]; | ||
//# sourceMappingURL=captialize.js.map |
@@ -18,2 +18,3 @@ "use strict"; | ||
} | ||
module.exports = exports["default"]; | ||
//# sourceMappingURL=clamp.js.map |
@@ -20,2 +20,3 @@ "use strict"; | ||
} | ||
module.exports = exports["default"]; | ||
//# sourceMappingURL=distance-to.js.map |
@@ -16,2 +16,3 @@ "use strict"; | ||
} | ||
module.exports = exports["default"]; | ||
//# sourceMappingURL=is-defined.js.map |
@@ -16,2 +16,3 @@ 'use strict'; | ||
} | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=is-number.js.map |
@@ -19,2 +19,3 @@ 'use strict'; | ||
} | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=is-object.js.map |
@@ -17,2 +17,3 @@ "use strict"; | ||
} | ||
module.exports = exports["default"]; | ||
//# sourceMappingURL=length.js.map |
{ | ||
"name": "react-input-range", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React component for inputting numeric values within a range", | ||
@@ -30,2 +30,3 @@ "keywords": [ | ||
"babel-loader": "^6.2.10", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-istanbul": "^3.1.2", | ||
@@ -80,3 +81,3 @@ "babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"build:bundle": "NODE_ENV=production webpack", | ||
"build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps", | ||
"build:lib": "NODE_ENV=production babel src/js --out-dir lib/js --source-maps", | ||
"build:scss": "NODE_ENV=production node-sass src/scss --recursive --source-map true --output lib/css", | ||
@@ -83,0 +84,0 @@ "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file", |
@@ -14,3 +14,3 @@ # react-input-range | ||
2. Import `react-input-range` to use `InputRange` component. | ||
3. Optionally, import `react-input-range.css` if you want to apply the default styling. | ||
3. Optionally, import `react-input-range/lib/css/index.css` if you want to apply the default styling. | ||
@@ -17,0 +17,0 @@ ## Usage |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1148376
8728
0
47