Skip to content

Commit

Permalink
switch to standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Dec 10, 2021
1 parent f11651a commit 1114086
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 2,274 deletions.
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-star-rating",
"version": "0.0.0-development",
"version": "4.0.2",
"private": false,
"description": "A simple react component for adding a star rating to your project.",
"author": "awran5 <awran5@yahoo.com>",
Expand All @@ -26,8 +26,7 @@
"start": "run-p start:rollup start:example",
"build": "rollup -c --exports auto",
"predeploy": "cd example && yarn && yarn run build",
"commit": "git cz",
"release": "semantic-release -b main"
"release": "standard-version"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand All @@ -40,8 +39,6 @@
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -59,7 +56,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"semantic-release": "^18.0.1",
"standard-version": "^9.3.2",
"typescript": "^4.5.2"
},
"files": [
Expand All @@ -80,10 +77,5 @@
"react-component",
"react-rating"
],
"dependencies": {},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
"dependencies": {}
}
Loading

0 comments on commit 1114086

Please sign in to comment.