Skip to content

Commit

Permalink
hotfix: link to correct chromium file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Mar 28, 2017
1 parent 6b3120c commit ab29cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var versions = require('./versions');
var fullVersions = require('./full-versions');
var chromiumVersions = require('./chromium-versions');
var fullChromeVersions = require('./full-chrome-versions');
var fullChromiumVersions = require('./full-chromium-versions');

var electronToChromium = function (query) {
var number = getQueryString(query);
Expand Down

3 comments on commit ab29cb7

@alloyking
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. This just killed my last hour.

@pdhodgkinson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashleahhill
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think fullChromeVersions needs to change to fullChromiumVersions

Please sign in to comment.