tslint-config-travix
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -0,1 +1,13 @@ | ||
## [0.0.30](https://github.com/Travix-International/tslint-config-travix/compare/v0.0.29...v0.0.30) (2018-08-22) | ||
### Bug Fixes | ||
* added missing dep ([f03486b](https://github.com/Travix-International/tslint-config-travix/commit/f03486b)) | ||
* added missing dep ([63fdd56](https://github.com/Travix-International/tslint-config-travix/commit/63fdd56)) | ||
* fix changelog generation ([55b167a](https://github.com/Travix-International/tslint-config-travix/commit/55b167a)) | ||
* update deps ([304244a](https://github.com/Travix-International/tslint-config-travix/commit/304244a)) | ||
* update readme ([3d8c28a](https://github.com/Travix-International/tslint-config-travix/commit/3d8c28a)) | ||
* update readme ([98edbf1](https://github.com/Travix-International/tslint-config-travix/commit/98edbf1)) | ||
# Change Log | ||
@@ -62,2 +74,2 @@ | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
{ | ||
"name": "tslint-config-travix", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "TSLint configuration from Travix", | ||
@@ -27,12 +27,20 @@ "main": "index.js", | ||
"devDependencies": { | ||
"semantic-release": "~15.9.8", | ||
"simple-commit-message": "~4.0.3", | ||
"tslint": "~5.11.0", | ||
"tslint-config-prettier": "~1.14.0", | ||
"tslint-react": "~3.6.0" | ||
"@semantic-release/changelog": "3.0.0", | ||
"@semantic-release/git": "7.0.1", | ||
"semantic-release": "15.9.8", | ||
"simple-commit-message": "4.0.3", | ||
"tslint": "5.11.0", | ||
"tslint-config-prettier": "1.14.0", | ||
"tslint-react": "3.6.0", | ||
"typescript": "3.0.1" | ||
}, | ||
"release": { | ||
"analyzeCommits": "simple-commit-message", | ||
"noCi": true | ||
"noCi": true, | ||
"prepare": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
] | ||
} | ||
} |
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
8148
8