Skip to content

Commit

Permalink
Update emmet-helper for microsoft#63384 and microsoft#62855
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jan 16, 2019
1 parent 221da42 commit 5ac02a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion extensions/emmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
}
},
"scripts": {
"watch": "gulp watch-extension:emmet",
"compile": "gulp compile-extension:emmet"
},
"devDependencies": {
Expand All @@ -447,6 +448,6 @@
"@emmetio/html-matcher": "^0.3.3",
"@emmetio/math-expression": "^0.1.1",
"image-size": "^0.5.2",
"vscode-emmet-helper": "^1.2.12"
"vscode-emmet-helper": "^1.2.13"
}
}
8 changes: 4 additions & 4 deletions extensions/emmet/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2469,10 +2469,10 @@ vinyl@~2.0.1:
remove-trailing-separator "^1.0.1"
replace-ext "^1.0.0"

vscode-emmet-helper@^1.2.12:
version "1.2.12"
resolved "https://registry.yarnpkg.com/vscode-emmet-helper/-/vscode-emmet-helper-1.2.12.tgz#6a75d5a74af735db179c708a9a91feb191f3edb5"
integrity sha512-pCo+BNgP3lGuzTIGP1IMOGILpNGVopiAu02FrDC4ctEQQ5vFIaMtI4HxDGAw2Zu7pqGEHn6Z1KFmOb2Hd/xkHA==
vscode-emmet-helper@^1.2.13:
version "1.2.13"
resolved "https://registry.yarnpkg.com/vscode-emmet-helper/-/vscode-emmet-helper-1.2.13.tgz#fbfd15af802250279eac24c258f43c902fb964ce"
integrity sha512-88sl6KW7gJtc4tVDrNejnt0qJqd3m/ZThr5BqTTYBTIssAfnNn6SmzEur27pjJcr+zDSMIhDFIyQj/bbQr5Dow==
dependencies:
"@emmetio/extract-abbreviation" "0.1.6"
jsonc-parser "^1.0.0"
Expand Down

0 comments on commit 5ac02a0

Please sign in to comment.