Skip to content

Commit c0eb817

Browse files
committed
Update package.json
1 parent bb250f0 commit c0eb817

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

package.json

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2-
"name": "react-native-stories-view",
3-
"version": "1.0.7",
4-
"description": "A simple and fully customizable React Native component that implements a status/stories view like Whatsapp, Instagram",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+https://github.com/yuvraj24/react-native-stories-view.git"
8-
},
9-
"keywords": [
10-
"react-native",
11-
"react component",
12-
"react native component",
13-
"react",
14-
"react native",
15-
"mobile",
16-
"ios",
17-
"android",
18-
"ui",
19-
"story",
20-
"stories",
21-
"status",
22-
"Whatsapp",
23-
"Instagram",
24-
"cross platform",
25-
"cross-platform",
26-
"typescript",
27-
"hooks"
28-
],
29-
"author": "Yuvraj Pandey",
30-
"bugs": {
31-
"url": "https://github.com/yuvraj24/react-native-stories-view/issues"
32-
},
33-
"homepage": "https://github.com/yuvraj24/react-native-stories-view#readme",
34-
"scripts": {
35-
"android": "react-native run-android",
36-
"ios": "react-native run-ios",
37-
"start": "react-native start",
38-
"test": "jest",
39-
"lint": "eslint ."
40-
},
41-
"peerDependencies": {
42-
"react": "16.11.0",
43-
"react-native": "0.62.1"
44-
},
45-
"devDependencies": {
46-
"@babel/core": "^7.9.0",
47-
"@babel/runtime": "^7.9.2",
48-
"@react-native-community/eslint-config": "^1.0.0",
49-
"@types/jest": "^25.2.1",
50-
"@types/react": "^16.9.32",
51-
"@types/react-native": "^0.62.1",
52-
"@types/react-test-renderer": "^16.9.2",
53-
"babel-jest": "^25.2.6",
54-
"eslint": "^6.8.0",
55-
"jest": "^25.2.7",
56-
"metro-react-native-babel-preset": "^0.59.0",
57-
"react-test-renderer": "16.11.0",
58-
"typescript": "^3.8.3"
59-
},
60-
"jest": {
61-
"preset": "react-native"
62-
}
2+
"name": "react-native-stories-view",
3+
"version": "1.0.8",
4+
"description": "A simple and fully customizable React Native component that implements a status/stories view like Whatsapp, Instagram",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/yuvraj24/react-native-stories-view.git"
8+
},
9+
"keywords": [
10+
"react-native",
11+
"react component",
12+
"react native component",
13+
"react",
14+
"react native",
15+
"mobile",
16+
"ios",
17+
"android",
18+
"ui",
19+
"story",
20+
"stories",
21+
"status",
22+
"Whatsapp",
23+
"Instagram",
24+
"cross platform",
25+
"cross-platform",
26+
"typescript",
27+
"hooks"
28+
],
29+
"author": "Yuvraj Pandey",
30+
"bugs": {
31+
"url": "https://github.com/yuvraj24/react-native-stories-view/issues"
32+
},
33+
"homepage": "https://github.com/yuvraj24/react-native-stories-view#readme",
34+
"scripts": {
35+
"android": "react-native run-android",
36+
"ios": "react-native run-ios",
37+
"start": "react-native start",
38+
"test": "jest",
39+
"lint": "eslint ."
40+
},
41+
"peerDependencies": {
42+
"react": "16.11.0",
43+
"react-native": "0.62.1"
44+
},
45+
"devDependencies": {
46+
"@babel/core": "^7.9.0",
47+
"@babel/runtime": "^7.9.2",
48+
"@react-native-community/eslint-config": "^1.0.0",
49+
"@types/jest": "^25.2.1",
50+
"@types/react": "^16.9.32",
51+
"@types/react-native": "^0.62.1",
52+
"@types/react-test-renderer": "^16.9.2",
53+
"babel-jest": "^25.2.6",
54+
"eslint": "^6.8.0",
55+
"jest": "^25.2.7",
56+
"metro-react-native-babel-preset": "^0.59.0",
57+
"react-test-renderer": "16.11.0",
58+
"typescript": "^3.8.3"
59+
},
60+
"jest": {
61+
"preset": "react-native"
62+
}
6363
}

0 commit comments

Comments
 (0)