Skip to content

Commit

Permalink
Merge pull request #101 from arnarthor/patch-1
Browse files Browse the repository at this point in the history
fix(cli): Fix crash in elm-app installed with yarn
  • Loading branch information
halfzebra authored Feb 28, 2017
2 parents 50a4e83 + 3e43110 commit bf8aca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/elm-app-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const argv = require('minimist')(process.argv.slice(2));
const executablePaths = require('elm/platform').executablePaths;

const version = require('../package.json').version;
const elmPlatformVersion = require('../node_modules/elm/package.json').version;
const elmPlatformVersion = require('elm/package.json').version;
const paths = require('../config/paths');


Expand Down

0 comments on commit bf8aca4

Please sign in to comment.