Skip to content

Commit a77008f

Browse files
committed
v1.4.1
- [Fix] `inspect(Object(-0))` should be “Object(-0)”, not “Object(0)” - [Tests] up to `node` `v9.3`, `v8.9`, `v6.12`
1 parent 6674476 commit a77008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)