Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
 - [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
  • Loading branch information
ljharb committed Jul 31, 2017
1 parent 94e6ca4 commit 193f504
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.2.2",
"version": "1.3.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 193f504

Please sign in to comment.