Skip to content

Commit 16bedde

Browse files
authored
Merge pull request #18 from lydell/update-elm
Update to the latest elm npm package
2 parents 2e6bd33 + be1a28e commit 16bedde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"referencesProvider": "true"
148148
},
149149
"dependencies": {
150-
"elm": "0.19.1-5",
150+
"elm": "0.19.1-6",
151151
"elm-format": "0.8.7"
152152
},
153153
"devDependencies": {

src/features/error-highlighting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const feature: Feature = ({ globalState, context }) => {
1414
context.subscriptions.push(
1515
vscode.commands.registerCommand('elmLand.installElm', () => {
1616
const terminal = vscode.window.createTerminal(`Install elm`)
17-
terminal.sendText(`npm install -g elm@0.19.1`)
17+
terminal.sendText(`npm install -g elm@0.19.1-6`)
1818
terminal.show()
1919
})
2020
)

0 commit comments

Comments
 (0)