Skip to content

Commit d51e52e

Browse files
committed
fix config
1 parent acd5f10 commit d51e52e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/store-tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ exports.read = () =>
1515
.then(data => JSON.parse(data))
1616
.then(a=>(console.log('read', a),a))
1717
.then(data => Object.assign(store, data))
18-
// .catch(e => e)
18+
.catch(e => e)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marlin-conf",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"description": "configuration tool for Marlin project",
55
"main": "./index.js",
66
"scripts": {

0 commit comments

Comments
 (0)