fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/npmextra',
|
||||
version: '4.0.0',
|
||||
version: '4.0.1',
|
||||
description: 'do more with npm'
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ export class KeyValueStore {
|
||||
}
|
||||
this.deletedObject = {};
|
||||
await plugins.smartfile.memory.toFs(
|
||||
plugins.smartjson.stringify(this.dataObject),
|
||||
plugins.smartjson.stringifyPretty(this.dataObject),
|
||||
this.filePath
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user