Skip to content

Commit

Permalink
fix #710
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 2, 2019
1 parent 060d392 commit 0b15d9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ module.exports = grunt => {
'./packages/core-js-bundle/LICENSE',
],
'core-js-compat': [
'./packages/core-js-compat/data.json',
'./packages/core-js-compat/LICENSE',
],
tests: [
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
const { coerce: semver, cmp } = require('semver');
const data = require('./src/data');
const data = require('./data');

const modules = Object.keys(data);

Expand Down

0 comments on commit 0b15d9a

Please sign in to comment.