Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
 - [New] add support for `util.inspect.custom`, in node only
 - [Tests] up to `node` `v8.8`; use `nvm install-latest-npm` to ensure new npm doesn’t break old node
 - [Tests] add `npm run coverage`
 - [Dev Deps] update `core-js`, `tape`
  • Loading branch information
ljharb committed Oct 25, 2017
1 parent 4aa868d commit 5ce2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "object-inspect",
"version": "1.3.0",
"version": "1.4.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 5ce2c77

Please sign in to comment.