File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " object-assign" ,
3
3
"version" : " 4.0.1" ,
4
- "description" : " ES6 Object.assign() ponyfill" ,
4
+ "description" : " ES2015 Object.assign() ponyfill" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " sindresorhus/object-assign" ,
7
7
"author" : {
24
24
" assign" ,
25
25
" extend" ,
26
26
" properties" ,
27
- " es6 " ,
27
+ " es2015 " ,
28
28
" ecmascript" ,
29
29
" harmony" ,
30
30
" ponyfill" ,
Original file line number Diff line number Diff line change 1
1
# object-assign [ ![ Build Status] ( https://travis-ci.org/sindresorhus/object-assign.svg?branch=master )] ( https://travis-ci.org/sindresorhus/object-assign )
2
2
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
4
4
5
5
> Ponyfill: A polyfill that doesn't overwrite the native method
6
6
@@ -43,7 +43,7 @@ Assigns enumerable own properties of `source` objects to the `target` object and
43
43
44
44
## Resources
45
45
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 )
47
47
48
48
49
49
## Related
You can’t perform that action at this time.
0 commit comments