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 091dfe6 commit 9d55da3Copy full SHA for 9d55da3
2 files changed
README.md
@@ -89,7 +89,7 @@ This program is free software under [MIT][mit-url] License.
89
See the file LICENSE in this distribution for more details.
90
91
[repo-url]: https://github.com/sttk/each-props/
92
-[npm-img]: https://img.shields.io/badge/npm-v1.3.0-blue.svg
+[npm-img]: https://img.shields.io/badge/npm-v1.3.1-blue.svg
93
[npm-url]: https://www.npmjs.org/package/each-props/
94
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
95
[mit-url]: https://opensource.org/licenses.MIT
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "each-props",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Process each properties deeply.",
5
"main": "index.js",
6
"files": [
0 commit comments