Skip to content

Commit 5cd7946

Browse files
committed
fix(package.json): added maintainers
1 parent d732225 commit 5cd7946

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
@@ -18,7 +18,11 @@
1818
"semantic-release": "semantic-release --branches master",
1919
"prod:unminified": "NODE_ENV=production babel __app/component -d __build"
2020
},
21-
"author": "Himanshu Gupta <[email protected]>",
21+
"author": {
22+
"name": "Himanshu Gupta",
23+
"email": "[email protected]",
24+
"url": "http://example.com/"
25+
},
2226
"license": "MIT",
2327
"lint-staged": {
2428
"*.js": [

0 commit comments

Comments
 (0)