We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623b0bc commit 69ef436Copy full SHA for 69ef436
README.md
@@ -215,7 +215,7 @@ This program is free software under [MIT][mit-url] License.
215
See the file LICENSE in this distribution for more details.
216
217
[repo-url]: https://github.com/sttk/copy-props/
218
-[npm-img]: https://img.shields.io/badge/npm-v2.0.3-blue.svg
+[npm-img]: https://img.shields.io/badge/npm-v2.0.4-blue.svg
219
[npm-url]: https://www.npmjs.org/package/copy-props/
220
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
221
[mit-url]: https://opensource.org/licenses.MIT
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "copy-props",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "Copy properties deeply between two objects.",
5
"main": "index.js",
6
"files": [
0 commit comments