Skip to content

Commit dfa2897

Browse files
committed
Fix: Object.entries is not a function in Node 6
Fixes styleguidist#963
1 parent 661db89 commit dfa2897

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"npm": ">=3"
3131
},
3232
"dependencies": {
33-
"@vxna/mini-html-webpack-template": "^0.1.6",
33+
"@vxna/mini-html-webpack-template": "^0.1.7",
3434
"acorn": "^5.5.3",
3535
"ast-types": "^0.11.3",
3636
"buble": "^0.19.3",

0 commit comments

Comments
 (0)