Skip to content

Commit 40b7974

Browse files
committed
2.0.5
1 parent 2c738f5 commit 40b7974

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2020 Gulp Team.
3+
Copyright (c) 2016-2021 Gulp Team.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ If *converter* is given, it is able to convert the terminal values.
209209

210210
## License
211211

212-
Copyright (C) 2016-2020 Gulp Team.
212+
Copyright (C) 2016-2021 Gulp Team.
213213

214214
This program is free software under [MIT][mit-url] License.
215215
See the file LICENSE in this distribution for more details.
216216

217217
[repo-url]: https://github.com/gulpjs/copy-props/
218-
[npm-img]: https://img.shields.io/badge/npm-v2.0.4-blue.svg
218+
[npm-img]: https://img.shields.io/badge/npm-v2.0.5-blue.svg
219219
[npm-url]: https://www.npmjs.org/package/copy-props/
220220
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
221221
[mit-url]: https://opensource.org/licenses.MIT

package.json

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

0 commit comments

Comments
 (0)