Skip to content

Commit

Permalink
package.json: Add author email
Browse files Browse the repository at this point in the history
Hopefully avoids lintian error:

The package is of bad quality

The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath.

Lintian check results for /home/mongo/Projects/compass/dist/mongodb-compass-dev_1~6~0-dev_amd64.deb:
E: mongodb-compass-dev: maintainer-address-missing MongoDB Inc.
  • Loading branch information
pzrq authored and Thomas Rueckstiess committed Dec 21, 2016
1 parent a4dc485 commit dff2a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"version": "1.6.0-dev",
"main": "src/main.js",
"author": {
"name": "MongoDB Inc."
"name": "MongoDB Inc.",
"email": "compass@mongodb.com"
},
"license": "UNLICENSED",
"private": true,
Expand Down

0 comments on commit dff2a4f

Please sign in to comment.