Skip to content

Commit 42304bf

Browse files
committed
v1.0.0
1 parent bda6f86 commit 42304bf

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
"description": "Animated modal dialogs for React, easy to use pre-built components for smooth and visually appealing user interactions.",
44
"version": "1.0.0",
55
"license": "ISC",
6-
"author": "Divyanshu Shekhar",
6+
"author": "Divyanshu Shekhar <imdshekhar@gmail.com>",
7+
"publishConfig": {
8+
"registry": "https://registry.npmjs.org/",
9+
"access": "public"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/dorbus/react-animated-modal.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/dorbus/react-animated-modal/issues"
17+
},
18+
"homepage": "https://github.com/dorbus/react-animated-modal#readme",
719
"type": "module",
820
"main": "dist/cjs/index.js",
921
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)