Skip to content

Commit d2e3b75

Browse files
committed
remove commitlint
1 parent cc7eec1 commit d2e3b75

File tree

3 files changed

+33
-524
lines changed

3 files changed

+33
-524
lines changed

lefthook.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-awesome-slider",
33
"version": "2.7.1",
4-
"description": "Slider component written using Reanimated v2, high performance/fps, also be used for video/audio scrubber. ",
4+
"description": "A versatile, responsive <Slider /> component for React Native and Web.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -44,19 +44,18 @@
4444
"type": "git",
4545
"url": "git+https://github.com/alantoa/react-native-awesome-slider.git"
4646
},
47-
"author": "Toa <toacncom@gmail.com> (https://github.com/alantoa)",
47+
"author": "Alan <toacncom@gmail.com> (https://github.com/alantoa)",
4848
"license": "MIT",
4949
"bugs": {
5050
"url": "https://github.com/alantoa/react-native-awesome-slider/issues"
5151
},
52-
"homepage": "https://github.com/alantoa/react-native-awesome-slider",
52+
"homepage": "https://slider.0xalt.xyz",
5353
"devDependencies": {
5454
"@react-native/eslint-config": "^0.72.2",
5555
"@release-it/conventional-changelog": "^5.0.0",
5656
"@types/jest": "^28.1.2",
5757
"@types/react": "~18.2.45",
5858
"@types/react-native": "0.70.0",
59-
"commitlint": "^17.0.2",
6059
"del-cli": "^5.0.0",
6160
"eslint": "^8.4.1",
6261
"eslint-config-prettier": "^9.1.0",
@@ -96,11 +95,6 @@
9695
"<rootDir>/lib/"
9796
]
9897
},
99-
"commitlint": {
100-
"extends": [
101-
"@commitlint/config-conventional"
102-
]
103-
},
10498
"release-it": {
10599
"git": {
106100
"commitMessage": "chore: release ${version}",
@@ -150,7 +144,10 @@
150144
},
151145
"eslintIgnore": [
152146
"node_modules/",
153-
"lib/"
147+
"lib/",
148+
"example/node_modules/",
149+
"example/",
150+
"docs/"
154151
],
155152
"react-native-builder-bob": {
156153
"source": "src",

0 commit comments

Comments
 (0)