Skip to content

Commit cc8d1e6

Browse files
Merge pull request #5 from arshadkazmi42/package-compress
Package compress
2 parents d78574a + 1d48d2b commit cc8d1e6

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-key-validate",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Validates required fields exists in the JSON",
55
"main": "index.js",
66
"scripts": {
@@ -12,6 +12,9 @@
1212
"type": "git",
1313
"url": "git+https://github.com/arshadkazmi42/json-key-validate.git"
1414
},
15+
"files": [
16+
"index.js"
17+
],
1518
"keywords": [
1619
"validate",
1720
"json-validate",

0 commit comments

Comments
 (0)