Skip to content

Commit cb23e69

Browse files
committed
Update package.json
1 parent 3d73887 commit cb23e69

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"react": "*",
2121
"react-native": "*"
2222
},
23+
"dependencies": {
24+
"color-interpolate": "^1.0.5"
25+
},
2326
"devDependencies": {
2427
"@types/react": "^16.9.19",
2528
"@types/react-native": "0.62.13",
@@ -49,7 +52,16 @@
4952
"typescript"
5053
]
5154
},
52-
"dependencies": {
53-
"color-interpolate": "^1.0.5"
55+
"keywords": [
56+
"react",
57+
"react-native",
58+
"gradients",
59+
"easing",
60+
"smooth",
61+
"expo"
62+
],
63+
"repository": {
64+
"type": "git",
65+
"url": "https://github.com/tienphaw/react-native-easing-gradient.git"
5466
}
5567
}

0 commit comments

Comments
 (0)