Skip to content

Commit

Permalink
Move object.entries to devDependencies, closes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 24, 2020
1 parent d67e62f commit 622f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"inherits": "^2.0.3",
"is-arguments": "^1.0.4",
"is-generator-function": "^1.0.7",
"object.entries": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"devDependencies": {
"airtap": "~1.0.0",
"is-async-supported": "~1.2.0",
"object.assign": "~4.1.0",
"object.entries": "^1.1.0",
"run-series": "~1.1.4",
"tape": "~4.9.0"
},
Expand Down

0 comments on commit 622f036

Please sign in to comment.