Skip to content

Commit

Permalink
mark mind pro
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMindCkm committed Mar 28, 2021
1 parent 7ee8071 commit 7cafc83
Show file tree
Hide file tree
Showing 20 changed files with 1,348 additions and 244 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mind",
"version": "1.1.9",
"version": "1.2.0",
"author": "",
"description": "an mind map and outliner software",
"license": null,
Expand Down Expand Up @@ -116,15 +116,16 @@
"quill": "^1.3.7",
"request": "^2.88.2",
"svg.js": "^2.7.1",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2",
"twemoji": "^12.1.5",
"vue": "^2.5.16",
"vue-electron": "^1.0.6",
"vue-i18n": "^8.17.3",
"vue-router": "^3.0.1",
"vuejs-dialog": "^1.4.2",
"vuex": "^3.0.1",
"vuex-electron": "^1.0.0",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2"
"vuex-electron": "^1.0.0"
},
"devDependencies": {
"ajv": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/onedrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function getFile(e,id,url){


process.on('uncaughtException', function(err) {

console.log(err);

});

Expand Down
Loading

0 comments on commit 7cafc83

Please sign in to comment.