Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
akaJes committed Oct 9, 2018
1 parent acd5f10 commit d51e52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/store-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ exports.read = () =>
.then(data => JSON.parse(data))
.then(a=>(console.log('read', a),a))
.then(data => Object.assign(store, data))
// .catch(e => e)
.catch(e => e)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marlin-conf",
"version": "2.10.6",
"version": "2.10.7",
"description": "configuration tool for Marlin project",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit d51e52e

Please sign in to comment.