Skip to content

Commit 193f504

Browse files
committed
v1.3.0
- [New] add support for arrays with additional object keys - [Fix] Map/Set: work around core-js bug < v2.5.0 (#9) - [Tests] up to `node` `v8.2`, `v7.10`, `v6.11`; fix new npm breaking on older nodes - [Dev Deps] update `tape` - Only apps should have lockfiles
1 parent 94e6ca4 commit 193f504

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.2.2",
3+
"version": "1.3.0",
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)