Skip to content

Commit ac4978a

Browse files
update package.json : change author field
1 parent 0103dd2 commit ac4978a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "react-dyn-tabs",
33
"version": "4.6.2",
44
"private": false,
5-
"author": "dev-javascript",
5+
"author": {
6+
"name": "dev-javascript",
7+
"email": "javascript.code.dev@gmail.com"
8+
},
69
"description": "React dynamic tabs with full API",
710
"main": "lib/cjs/index.js",
811
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)