We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da7d69 commit a7a23afCopy full SHA for a7a23af
README.md
@@ -199,7 +199,7 @@ This program is free software under [MIT][mit-url] License.
199
See the file LICENSE in this distribution for more details.
200
201
[repo-url]: https://github.com/sttk/copy-props/
202
-[npm-img]: https://img.shields.io/badge/npm-v2.0.1-blue.svg
+[npm-img]: https://img.shields.io/badge/npm-v2.0.2-blue.svg
203
[npm-url]: https://www.npmjs.org/package/copy-props/
204
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
205
[mit-url]: https://opensource.org/licenses.MIT
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "copy-props",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Copy properties deeply between two objects.",
5
"main": "index.js",
6
"files": [
0 commit comments