Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
 - [Fix] `inspect(Object(-0))` should be “Object(-0)”, not “Object(0)”
 - [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`
  • Loading branch information
ljharb committed Dec 20, 2017
1 parent 6674476 commit a77008f
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.4.0",
"version": "1.4.1",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit a77008f

Please sign in to comment.