@tanem/react-nprogress
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
## [v2.0.1](https://github.com/tanem/react-nprogress/tree/v2.0.1) (2019-08-01) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v2.0.0...v2.0.1) | ||
**Merged pull requests:** | ||
- Move from tslint to eslint [#179](https://github.com/tanem/react-nprogress/pull/179) ([tanem](https://github.com/tanem)) | ||
## [v2.0.0](https://github.com/tanem/react-nprogress/tree/v2.0.0) (2019-08-01) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.33...v2.0.0) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"format": "prettier --write \"**/*.{js,ts,tsx}\"", | ||
"lint": "tslint -t stylish -p .", | ||
"lint": "eslint .", | ||
"postbundle": "del compiled && cp-cli ./index.js ./dist/index.js", | ||
@@ -84,2 +84,4 @@ "postversion": "git push && git push --tags && npm publish --access=public", | ||
"@types/react-dom": "16.8.5", | ||
"@typescript-eslint/eslint-plugin": "1.13.0", | ||
"@typescript-eslint/parser": "1.13.0", | ||
"babel-core": "6.26.3", | ||
@@ -93,2 +95,5 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"enzyme-adapter-react-16": "1.14.0", | ||
"eslint": "6.1.0", | ||
"eslint-config-prettier": "6.0.0", | ||
"eslint-plugin-react": "7.14.3", | ||
"glob": "7.1.4", | ||
@@ -114,7 +119,4 @@ "jest": "24.8.0", | ||
"ts-jest": "24.0.2", | ||
"tslint": "5.18.0", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-react": "4.0.0", | ||
"typescript": "3.5.3" | ||
} | ||
} |
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
171666
0
50