Skip to content

Commit

Permalink
fix: update get-own-enumerable-property-symbols to fix es6 code issue (
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-drexler authored and SBoudrias committed Sep 21, 2017
1 parent 806ca75 commit 0cdaa7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
const isRegexp = require('is-regexp');
const isObj = require('is-obj');
const getOwnEnumPropSymbols = require('get-own-enumerable-property-symbols');
const getOwnEnumPropSymbols = require('get-own-enumerable-property-symbols').default;

module.exports = (val, opts, pad) => {
const seen = [];
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,7 @@
"json"
],
"dependencies": {
"get-own-enumerable-property-symbols": "^1.0.1",
"get-own-enumerable-property-symbols": "^2.0.1",
"is-obj": "^1.0.1",
"is-regexp": "^1.0.0"
},
Expand Down

0 comments on commit 0cdaa7d

Please sign in to comment.