Skip to content

Commit bf8aca4

Browse files
authored
Merge pull request #101 from arnarthor/patch-1
fix(cli): Fix crash in elm-app installed with yarn
2 parents 50a4e83 + 3e43110 commit bf8aca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/elm-app-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const argv = require('minimist')(process.argv.slice(2));
66
const executablePaths = require('elm/platform').executablePaths;
77

88
const version = require('../package.json').version;
9-
const elmPlatformVersion = require('../node_modules/elm/package.json').version;
9+
const elmPlatformVersion = require('elm/package.json').version;
1010
const paths = require('../config/paths');
1111

1212

0 commit comments

Comments
 (0)