Skip to content

Commit

Permalink
chore: add release command (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Aug 21, 2019
1 parent ef1d408 commit 4f7c1f9
Show file tree
Hide file tree
Showing 2 changed files with 1,310 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dependencies": {},
"description": "A Prettier config for the Haneru Developers.",
"devDependencies": {
"prettier": "^1.18.2"
"prettier": "^1.18.2",
"standard-version": "^7.0.0"
},
"homepage": "https://github.com/inabagumi/prettier-config",
"license": "MIT",
Expand All @@ -19,7 +20,8 @@
},
"scripts": {
"format": "prettier --ignore-path .gitignore --write \"**/*.{json,md}\"",
"format-check": "prettier --ignore-path .gitignore --check \"**/*.{json,md}\""
"format-check": "prettier --ignore-path .gitignore --check \"**/*.{json,md}\"",
"release": "standard-version"
},
"version": "1.0.0"
}
Loading

0 comments on commit 4f7c1f9

Please sign in to comment.