UNPKG

568 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.authorEmailIsMissed = void 0;
7const authorEmailIsMissed = `Please specify author 'email' in the application package.json
8
9See https://docs.npmjs.com/files/package.json#people-fields-author-contributors
10
11It is required to set Linux .deb package maintainer. Or you can set maintainer in the custom linux options.
12(see https://www.electron.build/configuration/linux).
13`; exports.authorEmailIsMissed = authorEmailIsMissed;
14// __ts-babel@6.0.4
15//# sourceMappingURL=errorMessages.js.map
\No newline at end of file