Skip to content

Commit 3684acd

Browse files
committed
fix x2js version bug
1 parent 8159f1f commit 3684acd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
2626
"license": "MIT",
2727
"description": "A singlechip development environment for 8051/STM8/Cortex-M/RISC-V",
28-
"version": "2.13.0",
28+
"version": "2.13.1",
2929
"engines": {
3030
"vscode": "^1.38.0"
3131
},
@@ -53,7 +53,6 @@
5353
"webpack": "webpack --mode development",
5454
"compile": "tsc -p ./",
5555
"watch": "tsc -watch -p ./",
56-
"postinstall": "node ./node_modules/vscode/bin/install",
5756
"test": "npm run compile && node ./node_modules/vscode/bin/test"
5857
},
5958
"devDependencies": {
@@ -76,7 +75,7 @@
7675
"ini": "^2.0.0",
7776
"jsonc": "^2.0.0",
7877
"unzipper": "^0.10.11",
79-
"x2js": "^3.3.1",
78+
"x2js": "3.4.1",
8079
"yaml": "^1.10.2"
8180
},
8281
"contributes": {

0 commit comments

Comments
 (0)