Skip to content

Commit

Permalink
[Docs] update to reflect ES2017 inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 4, 2016
1 parent 6bf18dc commit 7662206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,9 +10,9 @@

[![browser support][testling-svg]][testling-url]

An ES7 spec-compliant `Object.entries` shim. Invoke its "shim" method to shim `Object.entries` if it is unavailable or noncompliant.
An ES2017 spec-compliant `Object.entries` shim. Invoke its "shim" method to shim `Object.entries` if it is unavailable or noncompliant.

This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [proposed spec](https://github.com/ljharb/proposal-object-values-entries/blob/master/spec.md#objectentries-o-).
This package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the [spec](https://tc39.github.io/ecma262/#sec-object.entries).

Most common usage:
```js
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "object.entries",
"version": "1.0.3",
"author": "Jordan Harband",
"description": "ES7 spec-compliant Object.entries shim.",
"description": "ES2017 spec-compliant Object.entries shim.",
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,8 @@
"entries",
"values",
"ES7",
"ES8",
"ES2017",
"shim",
"object",
"keys",
Expand Down

0 comments on commit 7662206

Please sign in to comment.