Remove config.nodeStore
This commit is contained in:
parent
4a8fffdfdf
commit
3f494ca797
1
openpgp.d.ts
vendored
1
openpgp.d.ts
vendored
|
@ -316,7 +316,6 @@ interface Config {
|
||||||
tolerant: boolean;
|
tolerant: boolean;
|
||||||
versionString: string;
|
versionString: string;
|
||||||
commentString: string;
|
commentString: string;
|
||||||
nodeStore: string;
|
|
||||||
allowInsecureDecryptionWithSigningKeys: boolean;
|
allowInsecureDecryptionWithSigningKeys: boolean;
|
||||||
v5Keys: boolean;
|
v5Keys: boolean;
|
||||||
}
|
}
|
||||||
|
|
|
@ -160,11 +160,6 @@ export default {
|
||||||
*/
|
*/
|
||||||
commentString: "https://openpgpjs.org",
|
commentString: "https://openpgpjs.org",
|
||||||
|
|
||||||
/**
|
|
||||||
* @memberof module:config
|
|
||||||
* @property {String} nodeStore
|
|
||||||
*/
|
|
||||||
nodeStore: "./openpgp.store",
|
|
||||||
/**
|
/**
|
||||||
* Max userid string length (used for parsing)
|
* Max userid string length (used for parsing)
|
||||||
* @memberof module:config
|
* @memberof module:config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user