Skip to content

Commit

Permalink
Add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
halilatilla committed Jun 18, 2021
1 parent cd3b38a commit 72089e7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.0.0-development",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,7 +19,8 @@
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"semantic-release": "semantic-release --branches main"
},
"peerDependencies": {
"react": ">=16"
Expand Down Expand Up @@ -66,6 +67,11 @@
"size-limit": "^4.12.0",
"tsdx": "^0.14.1",
"tslib": "^2.3.0",
"typescript": "^4.3.4"
"typescript": "^4.3.4",
"semantic-release": "^17.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/halilatilla/react-text-particles.git"
}
}

0 comments on commit 72089e7

Please sign in to comment.