Skip to content

Commit

Permalink
Merge pull request laobubu#17 from 0xGG/feat/0.1.1
Browse files Browse the repository at this point in the history
Feat/0.1.1
  • Loading branch information
shd101wyy authored Feb 24, 2020
2 parents d857026 + b0ae05b commit 0ccb50e
Show file tree
Hide file tree
Showing 20 changed files with 431 additions and 296 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vickymd",
"version": "0.1.0",
"version": "0.1.1",
"description": "An experimental WYSIWYG markdown editor built on top of HyperMD with extended Widgets support",
"main": "./everything.js",
"types": "./everything.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/react-dom": "^16.9.4",
"@types/tern": "^0.23.3",
"@types/yamljs": "^0.2.30",
"codemirror": "^5.49.2",
"codemirror": "^5.52.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"minimatch": "^3.0.4",
Expand All @@ -51,7 +51,7 @@
"typescript": "^3.7.3"
},
"peerDependencies": {
"codemirror": "^5.49.2"
"codemirror": "^5.52.0"
},
"optionalDependencies": {
"echarts": "^4.5.0",
Expand Down
Loading

0 comments on commit 0ccb50e

Please sign in to comment.