Skip to content

Commit

Permalink
Merge pull request #18 from lydell/update-elm
Browse files Browse the repository at this point in the history
Update to the latest elm npm package
  • Loading branch information
ryan-haskell authored Nov 2, 2023
2 parents 2e6bd33 + be1a28e commit 16bedde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"referencesProvider": "true"
},
"dependencies": {
"elm": "0.19.1-5",
"elm": "0.19.1-6",
"elm-format": "0.8.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/features/error-highlighting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const feature: Feature = ({ globalState, context }) => {
context.subscriptions.push(
vscode.commands.registerCommand('elmLand.installElm', () => {
const terminal = vscode.window.createTerminal(`Install elm`)
terminal.sendText(`npm install -g [email protected]`)
terminal.sendText(`npm install -g [email protected]-6`)
terminal.show()
})
)
Expand Down

0 comments on commit 16bedde

Please sign in to comment.