Skip to content

Commit

Permalink
add babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
meikidd committed Nov 27, 2016
1 parent 178f48c commit b46abe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');

var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);

require('babel-polyfill');

var _data = require('./data');

var _data2 = _interopRequireDefault(_data);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"babel-core": "^6.18.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"mocha": "^3.1.2"
Expand All @@ -39,6 +38,7 @@
"node": ">=6.0"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"babel-runtime": "^6.18.0"
}
}
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'babel-polyfill';
import LANGUAGES_LIST from './data';

export default class ISO6391 {
Expand Down

0 comments on commit b46abe8

Please sign in to comment.