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 bd5464c commit c92858cCopy full SHA for c92858c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-nested-replace",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Searches and replace values at every level of nested json ",
5
"main": "index.js",
6
"scripts": {
@@ -19,6 +19,9 @@
19
"json",
20
"find-and-replace"
21
],
22
+ "files": [
23
+ "index.js"
24
+ ],
25
"author": "Arshad Kazmi",
26
"license": "MIT",
27
"bugs": {
0 commit comments