bug-versions
Advanced tools
Comparing version 1.50.1 to 1.50.2
@@ -1,2 +0,2 @@ | ||
## [1.50.1](https://github.com/cnpm/bug-versions/compare/1.50.0...1.50.1) (2020-07-27) | ||
## [1.50.2](https://github.com/cnpm/bug-versions/compare/1.50.1...1.50.2) (2020-08-05) | ||
@@ -6,2 +6,2 @@ | ||
* hotfix eslint-plugin-react version ([#102](https://github.com/cnpm/bug-versions/issues/102)) ([2332607](https://github.com/cnpm/bug-versions/commit/23326073767fc2326460ec6f10924cfcf406c3fe)) | ||
* @babel/parser@7.11.1 rollback to 7.11.0 ([#104](https://github.com/cnpm/bug-versions/issues/104)) ([3020101](https://github.com/cnpm/bug-versions/commit/3020101d9d7ea7225d226c3baed8465f0e6500a9)) |
{ | ||
"name": "bug-versions", | ||
"version": "1.50.1", | ||
"version": "1.50.2", | ||
"description": "collect all bug versions on npm package", | ||
@@ -11,4 +11,5 @@ "main": "index.js", | ||
"test": "node test.js", | ||
"ci": "npm test", | ||
"semantic-release": "semantic-release" | ||
"ci": "npm run lint:commit && npm test", | ||
"semantic-release": "semantic-release", | ||
"lint:commit": "git log -1 --pretty=format:\"%s\" | commitlint" | ||
}, | ||
@@ -550,2 +551,8 @@ "husky": { | ||
} | ||
}, | ||
"@babel/parser": { | ||
"7.11.1": { | ||
"version": "7.11.0", | ||
"reason": "https://github.com/babel/babel/issues/11914" | ||
} | ||
} | ||
@@ -552,0 +559,0 @@ } |
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
19276