Skip to content

Commit 719cc7b

Browse files
committed
fix: types location
1 parent dba133b commit 719cc7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-native-really-awesome-button",
3-
"version": "2.0.0",
4-
"description": "ReactNative performant component that renders an 60fps animated set of progress enabled 3D UI buttons.",
3+
"version": "2.0.1",
4+
"description": "React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/index.d.ts",
7+
"types": "lib/typescript/src/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [

0 commit comments

Comments
 (0)