Skip to content

Commit f41cddf

Browse files
committed
merge file
2 parents 9603c3f + 3e9fb05 commit f41cddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"publish": "git push && git push --tags && npm publish"
4545
},
4646
"dependencies": {
47-
"codemirror": "^5.32.0",
47+
"codemirror": "^5.39.0",
4848
"diff-match-patch": "^1.0.0"
4949
},
5050
"expDependencies": {

src/codemirror.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
value(newVal) {
9494
this.handerCodeChange(newVal)
95-
}
95+
},
9696
},
9797
methods: {
9898
initialize() {

0 commit comments

Comments
 (0)