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 348a2a3 commit c01085b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

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

An ES7 spec-compliant `Object.values` shim. Invoke its "shim" method to shim `Object.values` if it is unavailable or noncompliant.
An ES2017 spec-compliant `Object.values` shim. Invoke its "shim" method to shim `Object.values` 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#objectvalues-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.values).

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

0 comments on commit c01085b

Please sign in to comment.