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

Commit 6961738

Browse files
author
Jonathan Canevese
committed
chore: updated package
1 parent c444a46 commit 6961738

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-native-lightning-modal",
3-
"version": "2.0.0",
2+
"name": "@derewith/react-native-lightning-modal",
3+
"version": "2.0.1",
44
"description": "a fast modal made with react native reanimated 2!",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -53,13 +53,16 @@
5353
"react native reanimated bottom modal",
5454
"react native gesture handler modal"
5555
],
56-
"repository": "https://github.com/atlj/react-native-lightning-modal",
56+
"repository": "https://github.com/Derewith/react-native-lightning-modal",
5757
"author": "atlj <md.burak.guner@gmail.com> (https://github.com/atlj)",
58+
"contributors": [
59+
"jonathan canevese <derewith@live.com> (https://github.com/Derewith)"
60+
],
5861
"license": "MIT",
5962
"bugs": {
60-
"url": "https://github.com/atlj/react-native-lightning-modal/issues"
63+
"url": "https://github.com/Derewith/react-native-lightning-modal/issues"
6164
},
62-
"homepage": "https://github.com/atlj/react-native-lightning-modal#readme",
65+
"homepage": "https://github.com/Derewith/react-native-lightning-modal#readme",
6366
"publishConfig": {
6467
"registry": "https://registry.npmjs.org/"
6568
},

0 commit comments

Comments
 (0)