Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 7e2c572

Browse files
author
Yoann FUKS
committed
fix version
1 parent 639e4b2 commit 7e2c572

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "react-native-action-sheet",
2+
"name": "@yfuks/react-native-action-sheet",
33
"description": "React native action sheet with native android",
44
"version": "0.0.1",
55
"main": "index.js",
6+
"license": "MIT",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/yfuks/react-native-action-sheet.git"
@@ -18,6 +19,9 @@
1819
"action",
1920
"sheet"
2021
],
22+
"bugs": {
23+
"url": "https://github.com/yfuks/react-native-action-sheet/issues"
24+
},
2125
"scripts": {
2226
"prepublish": "rm -rf android/build Example/android/build Example/android/app/build"
2327
}

0 commit comments

Comments
 (0)