react-star-rating-input
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-star-rating-input", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React.js component for entering 0-5 stars", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"test": "mocha tests/*.spec.js", | ||
"build": "browserify -t brfs demo.js -o www/bundle.js" | ||
"build": "browserify -t brfs demo.js | uglifyjs > www/bundle.js" | ||
}, | ||
@@ -19,4 +19,7 @@ "repository": { | ||
"component", | ||
"react-component", | ||
"html", | ||
"form", | ||
"browser", | ||
"browserify", | ||
"input", | ||
@@ -43,4 +46,5 @@ "control", | ||
"brfs": "^1.2.0", | ||
"sinon": "^1.10.3" | ||
"sinon": "^1.10.3", | ||
"uglify-js": "^2.4.15" | ||
} | ||
} |
@@ -10,3 +10,3 @@ [![Build Status](https://travis-ci.org/ikr/react-star-rating-input.svg?branch=master)](https://travis-ci.org/ikr/react-star-rating-input) | ||
Made for [Browserify](http://browserify.org/); grafics and CSS bundled. | ||
Made for [Browserify](http://browserify.org/); graphics and CSS bundled. | ||
@@ -13,0 +13,0 @@ npm install --save react-star-rating-input |
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
21283
8