react-custom-scrollbars
Advanced tools
Comparing version 2.1.2 to 2.2.0
# Change log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
[Have a look at the releases](https://github.com/malte-wessel/react-custom-scrollbars/releases) |
{ | ||
"name": "react-custom-scrollbars", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "React scrollbars component", | ||
@@ -11,4 +11,4 @@ "main": "lib/index.js", | ||
"lint": "eslint src test examples", | ||
"test": "NODE_ENV=test mocha --compilers js:babel-register --recursive", | ||
"test:watch": "NODE_ENV=test mocha --compilers js:babel-register --recursive --watch", | ||
"test": "NODE_ENV=test karma start", | ||
"test:watch": "NODE_ENV=test karma start --auto-watch --no-single-run", | ||
"prepublish": "npm run lint && npm run test && npm run clean && npm run build" | ||
@@ -48,6 +48,15 @@ }, | ||
"expect": "^1.6.0", | ||
"karma": "^0.13.10", | ||
"karma-chrome-launcher": "^0.2.1", | ||
"karma-cli": "^0.1.1", | ||
"karma-mocha": "^0.2.0", | ||
"karma-mocha-reporter": "^1.0.3", | ||
"karma-sourcemap-loader": "^0.3.6", | ||
"karma-webpack": "^1.6.0", | ||
"mocha": "^2.2.5", | ||
"react": "^0.14.3", | ||
"react-addons-test-utils": "^0.14.6", | ||
"react-dom": "^0.14.3", | ||
"rimraf": "^2.3.4", | ||
"simulant": "^0.1.5", | ||
"webpack": "^1.9.6", | ||
@@ -54,0 +63,0 @@ "webpack-dev-server": "^1.8.2" |
@@ -24,2 +24,3 @@ react-custom-scrollbars | ||
- [Examples](#examples) | ||
- [Tests](#tests) | ||
- [License](#license) | ||
@@ -219,4 +220,11 @@ | ||
## Tests | ||
```bash | ||
# Make sure that you've installed the dependencies | ||
npm install | ||
# Run tests | ||
npm test | ||
``` | ||
## License | ||
MIT |
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
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
36436
19
574
229
28
1