ljharb / object.assign

ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
https://tc39.es/ecma262/#sec-object.assign
MIT License
107 stars 22 forks source link

keyword jquery in package.json #47

Closed wuliupo closed 6 years ago

wuliupo commented 7 years ago

Why there is a keyword jquery in package.json or bower.json? What is the relationship with the project?

ljharb commented 7 years ago

jQuery has $.extend, which helped motivate adding Object.assign.