Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(init): remove standard-version custom settings #191

Merged
merged 1 commit into from
Jun 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Init {
})

// update other keys
const keys = ['lint-staged', 'standard-version']
const keys = ['lint-staged']
keys.forEach(key => {
if (!(key in packageInfo)) {
packageInfo[key] = {}
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
],
"*.md": "markdownlint --ignore CHANGELOG.md"
},
"standard-version": {
"message": "chore(release): new version %s"
},
"nyc": {
"exclude": [
"lib",
Expand Down
3 changes: 0 additions & 3 deletions test/fixtures/package-empty_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"git add"
],
"*.md": "markdownlint --ignore CHANGELOG.md"
},
"standard-version": {
"message": "chore(release): new version %s"
}
}
3 changes: 0 additions & 3 deletions test/fixtures/package-normal_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"git add"
],
"*.md": "markdownlint --ignore CHANGELOG.md"
},
"standard-version": {
"message": "chore(release): new version %s"
}
}