Skip to content

Commit 9582328

Browse files
Merge pull request #10 from arshadkazmi42/npm-package
Package index.js for npm, Bump to v1.0.3
2 parents bd5464c + c92858c commit 9582328

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-nested-replace",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Searches and replace values at every level of nested json ",
55
"main": "index.js",
66
"scripts": {
@@ -19,6 +19,9 @@
1919
"json",
2020
"find-and-replace"
2121
],
22+
"files": [
23+
"index.js"
24+
],
2225
"author": "Arshad Kazmi",
2326
"license": "MIT",
2427
"bugs": {

0 commit comments

Comments
 (0)