Skip to content

Commit 23d7004

Browse files
committed
chore(pack): Add author email
to fix packaging on linux
1 parent c818493 commit 23d7004

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"nteract",
1515
"data"
1616
],
17-
"author": "nteract contributors",
17+
"author": {
18+
"name": "nteract contributors",
19+
"email": "[email protected]"
20+
},
1821
"license": "BSD-3-Clause",
1922
"bugs": {
2023
"url": "https://github.com/nteract/nteract/issues"

0 commit comments

Comments
 (0)