Skip to content

Commit 524b908

Browse files
committed
publish: 1.0.2
1 parent 1aaff28 commit 524b908

File tree

7 files changed

+46
-71
lines changed

7 files changed

+46
-71
lines changed

.eslintrc.js

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

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tsconfig.json
1313

1414
*.lock
1515

16-
*.md
16+
readme.md

.prettierrc.js

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

examples/.eslintrc.js

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

examples/.prettierrc.js

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

examples/package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "examples",
3-
"version": "0.0.1",
4-
"private": true,
5-
"scripts": {
6-
"android": "react-native run-android",
7-
"ios": "react-native run-ios",
8-
"start": "react-native start",
9-
"test": "jest",
10-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
11-
},
12-
"dependencies": {
13-
"react": "16.13.1",
14-
"react-native": "0.63.2",
15-
"react-native-custom-scroll-indicator": "^1.0.0"
16-
},
17-
"devDependencies": {
18-
"@babel/core": "^7.8.4",
19-
"@babel/runtime": "^7.8.4",
20-
"@react-native-community/eslint-config": "^1.1.0",
21-
"@types/jest": "^25.2.3",
22-
"@types/react-native": "^0.63.2",
23-
"@types/react-test-renderer": "^16.9.2",
24-
"@typescript-eslint/eslint-plugin": "^2.27.0",
25-
"@typescript-eslint/parser": "^2.27.0",
26-
"babel-jest": "^25.1.0",
27-
"eslint": "^6.5.1",
28-
"jest": "^25.1.0",
29-
"metro-react-native-babel-preset": "^0.59.0",
30-
"prettier": "^2.0.4",
31-
"react-test-renderer": "16.13.1",
32-
"typescript": "^3.8.3"
33-
},
34-
"jest": {
35-
"preset": "react-native",
36-
"moduleFileExtensions": [
37-
"ts",
38-
"tsx",
39-
"js",
40-
"jsx",
41-
"json",
42-
"node"
43-
]
44-
}
45-
}
2+
"name": "examples",
3+
"version": "0.0.1",
4+
"private": true,
5+
"scripts": {
6+
"android": "react-native run-android",
7+
"ios": "react-native run-ios",
8+
"start": "react-native start",
9+
"test": "jest",
10+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
11+
},
12+
"dependencies": {
13+
"react": "16.13.1",
14+
"react-native": "0.63.2",
15+
"react-native-custom-scroll-indicator": "^1.0.1"
16+
},
17+
"devDependencies": {
18+
"@babel/core": "^7.8.4",
19+
"@babel/runtime": "^7.8.4",
20+
"@react-native-community/eslint-config": "^1.1.0",
21+
"@types/jest": "^25.2.3",
22+
"@types/react-native": "^0.63.2",
23+
"@types/react-test-renderer": "^16.9.2",
24+
"@typescript-eslint/eslint-plugin": "^2.27.0",
25+
"@typescript-eslint/parser": "^2.27.0",
26+
"babel-jest": "^25.1.0",
27+
"eslint": "^6.5.1",
28+
"jest": "^25.1.0",
29+
"metro-react-native-babel-preset": "^0.59.0",
30+
"prettier": "^2.0.4",
31+
"react-test-renderer": "16.13.1",
32+
"typescript": "^3.8.3"
33+
},
34+
"jest": {
35+
"preset": "react-native",
36+
"moduleFileExtensions": [
37+
"ts",
38+
"tsx",
39+
"js",
40+
"jsx",
41+
"json",
42+
"node"
43+
]
44+
}
45+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-custom-scroll-indicator",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"main": "src/index.tsx",
55
"description": "react native custom indicator",
66
"author": "Jevons",

0 commit comments

Comments
 (0)