Skip to content

Commit

Permalink
Fix #107 Include the missed package.json changes
Browse files Browse the repository at this point in the history
dockerfile-ast 0.4.2 is required for the complete fix.

Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Jan 22, 2022
1 parent aa9cccb commit 68ce16c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "./lib/main.js",
"types": "./lib/main.d.ts",
"dependencies": {
"dockerfile-ast": "0.4.1",
"dockerfile-ast": "0.4.2",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-languageserver-types": "^3.17.0-next.3"
},
Expand Down

0 comments on commit 68ce16c

Please sign in to comment.