|
1 | 1 | {
|
2 | 2 | "name": "react-native-awesome-slider",
|
3 | 3 | "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.", |
5 | 5 | "main": "lib/commonjs/index",
|
6 | 6 | "module": "lib/module/index",
|
7 | 7 | "types": "lib/typescript/src/index.d.ts",
|
|
44 | 44 | "type": "git",
|
45 | 45 | "url": "git+https://github.com/alantoa/react-native-awesome-slider.git"
|
46 | 46 | },
|
47 |
| - "author": "Toa <toacncom@gmail.com> (https://github.com/alantoa)", |
| 47 | + "author": "Alan <toacncom@gmail.com> (https://github.com/alantoa)", |
48 | 48 | "license": "MIT",
|
49 | 49 | "bugs": {
|
50 | 50 | "url": "https://github.com/alantoa/react-native-awesome-slider/issues"
|
51 | 51 | },
|
52 |
| - "homepage": "https://github.com/alantoa/react-native-awesome-slider", |
| 52 | + "homepage": "https://slider.0xalt.xyz", |
53 | 53 | "devDependencies": {
|
54 | 54 | "@react-native/eslint-config": "^0.72.2",
|
55 | 55 | "@release-it/conventional-changelog": "^5.0.0",
|
56 | 56 | "@types/jest": "^28.1.2",
|
57 | 57 | "@types/react": "~18.2.45",
|
58 | 58 | "@types/react-native": "0.70.0",
|
59 |
| - "commitlint": "^17.0.2", |
60 | 59 | "del-cli": "^5.0.0",
|
61 | 60 | "eslint": "^8.4.1",
|
62 | 61 | "eslint-config-prettier": "^9.1.0",
|
|
96 | 95 | "<rootDir>/lib/"
|
97 | 96 | ]
|
98 | 97 | },
|
99 |
| - "commitlint": { |
100 |
| - "extends": [ |
101 |
| - "@commitlint/config-conventional" |
102 |
| - ] |
103 |
| - }, |
104 | 98 | "release-it": {
|
105 | 99 | "git": {
|
106 | 100 | "commitMessage": "chore: release ${version}",
|
|
150 | 144 | },
|
151 | 145 | "eslintIgnore": [
|
152 | 146 | "node_modules/",
|
153 |
| - "lib/" |
| 147 | + "lib/", |
| 148 | + "example/node_modules/", |
| 149 | + "example/", |
| 150 | + "docs/" |
154 | 151 | ],
|
155 | 152 | "react-native-builder-bob": {
|
156 | 153 | "source": "src",
|
|
0 commit comments