Skip to content

Commit d506882

Browse files
authored
Merge pull request #47 from opensrc0/main
docs(maintainer): manually added maintainer in package.json
2 parents 643ced4 + 639adfa commit d506882

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,21 @@
1919
"prod:unminified": "NODE_ENV=production babel __app/component -d __build"
2020
},
2121
"author": {
22-
"name": "Himanshu Gupta",
23-
"email": "opensrc0@gmail.com",
24-
"url": "http://example.com/"
22+
"name": "opensrc0",
23+
"email": "opensrc0@gmail.com"
2524
},
25+
"maintainers": [
26+
{
27+
"name": "opensrc0",
28+
"email": "opensrc0@gmail.com"
29+
}, {
30+
"name": "Himanshu Gupta",
31+
"email": "25himanshugupta@gmail.com"
32+
}, {
33+
"name": "Ashwini Hegde",
34+
"email": "sirsiashwini@gmail.com"
35+
}
36+
],
2637
"license": "MIT",
2738
"lint-staged": {
2839
"*.js": [

0 commit comments

Comments
 (0)