react-super-select
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "react-super-select", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "react-super-select", | ||
@@ -34,9 +34,17 @@ "author": "Scotland Stephenson", | ||
"devDependencies": { | ||
"babel-core": "^5.4.7", | ||
"babel-plugin-object-assign": "^1.1.0", | ||
"babelify": "^6.1.1", | ||
"browserify": "^10.2.0", | ||
"browserify-shim": "^3.8.7", | ||
"concat": "^1.0.0", | ||
"del": "^1.1.1", | ||
"gulp": "^3.8.10", | ||
"gulp-babel": "^5.1.0", | ||
"gulp-browserify": "^0.5.1", | ||
"gulp-bump": "^0.3.1", | ||
"gulp-concat": "^2.5.2", | ||
"gulp-connect": "^2.2.0", | ||
"gulp-gh-pages": "^0.5.1", | ||
"gulp-git": "^1.2.4", | ||
"gulp-jshint": "^1.9.2", | ||
@@ -49,9 +57,11 @@ "gulp-less": "^3.0.3", | ||
"gulp-shell": "^0.3.0", | ||
"gulp-streamify": "0.0.5", | ||
"gulp-uglify": "^1.2.0", | ||
"gulp-util": "^3.0.4", | ||
"jest-cli": ">=0.4.0", | ||
"jshint-stylish": "^1.0.0", | ||
"react-component-gulp-tasks": "^0.4.2", | ||
"react-tools": ">=0.13.0", | ||
"reactify": "^1.1.1", | ||
"run-sequence": "^1.1.0", | ||
"vinyl-source-stream": "^1.1.0", | ||
"vinyl-transform": "^1.0.0" | ||
@@ -58,0 +68,0 @@ }, |
@@ -24,3 +24,4 @@ # react-super-select | ||
npm install | ||
gulp rssdev | ||
gulp build | ||
gulp dev | ||
``` | ||
@@ -34,3 +35,3 @@ | ||
``` | ||
gulp rssdev | ||
gulp dev | ||
``` | ||
@@ -43,2 +44,8 @@ | ||
Watching for changes and live linting. | ||
jshint for js and recess errors for less will report to the console | ||
``` | ||
gulp watch | ||
``` | ||
## A note on accessibility | ||
@@ -53,2 +60,3 @@ Aria support for accessibility is a clear objective for this control. Finding clear and accurate information regarding cross-device accessibility practices is proving difficult to come by. If you are a daily screen-reader user, or if you have particular expertise regarding accessibility, I would love to get your input on how to make the control better. | ||
via npm: | ||
``` | ||
@@ -58,2 +66,7 @@ npm install react-super-select --save | ||
via bower: | ||
``` | ||
bower install react-super-select | ||
``` | ||
## Dependencies | ||
@@ -69,2 +82,5 @@ React-Super-Select requires | ||
### include css | ||
copy the css file from the dist/ folder of node_modules/react-super-select (react-super-select.css) into your app's css directory | ||
### License | ||
@@ -71,0 +87,0 @@ |
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
86
0
133070
32
7
2333