Skip to content

Commit 060d566

Browse files
committed
ES6 → ES2015
1 parent 8348ef7 commit 060d566

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "object-assign",
33
"version": "4.0.1",
4-
"description": "ES6 Object.assign() ponyfill",
4+
"description": "ES2015 Object.assign() ponyfill",
55
"license": "MIT",
66
"repository": "sindresorhus/object-assign",
77
"author": {
@@ -24,7 +24,7 @@
2424
"assign",
2525
"extend",
2626
"properties",
27-
"es6",
27+
"es2015",
2828
"ecmascript",
2929
"harmony",
3030
"ponyfill",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# object-assign [![Build Status](https://travis-ci.org/sindresorhus/object-assign.svg?branch=master)](https://travis-ci.org/sindresorhus/object-assign)
22

3-
> ES6 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) ponyfill
3+
> ES2015 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) ponyfill
44
55
> Ponyfill: A polyfill that doesn't overwrite the native method
66
@@ -43,7 +43,7 @@ Assigns enumerable own properties of `source` objects to the `target` object and
4343

4444
## Resources
4545

46-
- [ES6 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign)
46+
- [ES2015 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign)
4747

4848

4949
## Related

0 commit comments

Comments
 (0)