Skip to content

Commit 5ce2c77

Browse files
committed
v1.4.0
- [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`
1 parent 4aa868d commit 5ce2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-inspect",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)