Skip to content

Commit a7a23af

Browse files
committed
2.0.2
1 parent 6da7d69 commit a7a23af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ This program is free software under [MIT][mit-url] License.
199199
See the file LICENSE in this distribution for more details.
200200

201201
[repo-url]: https://github.com/sttk/copy-props/
202-
[npm-img]: https://img.shields.io/badge/npm-v2.0.1-blue.svg
202+
[npm-img]: https://img.shields.io/badge/npm-v2.0.2-blue.svg
203203
[npm-url]: https://www.npmjs.org/package/copy-props/
204204
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
205205
[mit-url]: https://opensource.org/licenses.MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copy-props",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Copy properties deeply between two objects.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)