@trussworks/react-uswds
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.12.1](https://github.com/trussworks/react-uswds/compare/1.12.0...1.12.1) (2021-02-22) | ||
### Bug Fixes | ||
* Revert husky to V4 ([#923](https://github.com/trussworks/react-uswds/issues/923)) ([e934ff7](https://github.com/trussworks/react-uswds/commit/e934ff76a58cdbc523eef0a3c496fe2d20c02c73)) | ||
## [1.12.0](https://github.com/trussworks/react-uswds/compare/1.11.0...1.12.0) (2021-02-18) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@trussworks/react-uswds", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "React USWDS 2.0 component library", | ||
@@ -38,5 +38,3 @@ "keywords": [ | ||
"example:install": "yarn build && cd example/ && yarn", | ||
"example:start": "cd example/ && yarn start", | ||
"postinstall": "husky install", | ||
"postpublish": "pinst --enable" | ||
"example:start": "cd example/ && yarn start" | ||
}, | ||
@@ -103,13 +101,12 @@ "repository": { | ||
"file-loader": "^6.0.0", | ||
"happo-plugin-storybook": "^2.5.3", | ||
"happo.io": "^6.0.0", | ||
"happo-plugin-storybook": "^2.5.3", | ||
"husky": "^5.0.9", | ||
"husky": "^4.3.8", | ||
"jest": "^26.1.0", | ||
"lint-staged": "^10.0.9", | ||
"mini-css-extract-plugin": "^1.0.0", | ||
"pinst": "^2.1.4", | ||
"prettier": "^2.0.2", | ||
"react": "^17.0.1", | ||
"react-docgen-typescript-loader": "^3.7.2", | ||
"react-dom": "^17.0.1", | ||
"react-docgen-typescript-loader": "^3.7.2", | ||
"react-test-renderer": "^17.0.1", | ||
@@ -141,2 +138,8 @@ "sass": "^1.26.0", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsc --noEmit && lint-staged", | ||
"pre-push": "yarn danger local -b main --failOnErrors" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -143,0 +146,0 @@ "src/**/*.{js,jsx,ts,tsx,json,md}": [ |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
63
0
2753447
2578