Skip to content

Commit 638d1c1

Browse files
committed
add files manually
1 parent bdc2539 commit 638d1c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "json-keyref",
3-
"version": "0.0.1",
3+
"version": "1.0.0-local.3",
44
"type": "module",
55
"description": "Validates relations within one or multiple JSON files, such as key, keyref, uniqueness",
66
"repository": "https://github.com/shuebner/json_keyref",
7+
"files": [
8+
"built/"
9+
],
710
"bin": {
811
"json-keyref": "built/index.js"
912
},

0 commit comments

Comments
 (0)