Skip to content

Commit

Permalink
add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jun 3, 2022
1 parent ea64984 commit fa79d5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "eslint-config-typescript-react-pro-beautiful",
"version": "1.0.0",
"version": "2.0.0",
"description": "ESLint rules that specialized specialized for React + TypeScript",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\""
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\"",
"release": "release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fa79d5d

Please sign in to comment.