Skip to content

Commit c0424da

Browse files
chore: remove conventional changelog package
1 parent bd2e832 commit c0424da

File tree

2 files changed

+11
-370
lines changed

2 files changed

+11
-370
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-css-animations",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"description": "React Native CSS Animation presets for Reanimated 4",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -67,7 +67,6 @@
6767
"@commitlint/config-conventional": "^17.0.2",
6868
"@evilmartians/lefthook": "^1.5.0",
6969
"@react-native/eslint-config": "^0.73.1",
70-
"@release-it/conventional-changelog": "^10.0.0",
7170
"@types/jest": "^29.5.5",
7271
"@types/react": "^18.2.44",
7372
"commitlint": "^17.0.2",
@@ -118,11 +117,6 @@
118117
},
119118
"github": {
120119
"release": true
121-
},
122-
"plugins": {
123-
"@release-it/conventional-changelog": {
124-
"preset": "angular"
125-
}
126120
}
127121
},
128122
"eslintConfig": {
@@ -199,4 +193,4 @@
199193
"type": "library",
200194
"version": "0.45.5"
201195
}
202-
}
196+
}

0 commit comments

Comments
 (0)