Skip to content

Commit

Permalink
Fix 'vsce package' compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
shd101wyy committed Sep 24, 2018
1 parent 753a595 commit 8524fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
"dependencies": {
"@shd101wyy/mume": "^0.3.4"
"@shd101wyy/mume": "^0.3.4",
"@types/vfile": "^2.2.2"
},
"devDependencies": {
"@types/jquery": "^3.3.9",
Expand Down

0 comments on commit 8524fa9

Please sign in to comment.