Skip to content

Commit 3fec66c

Browse files
committed
fixed package.json
1 parent 7cd8ccb commit 3fec66c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cmdstr-validation",
33
"main": "dist/index.ts",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "An abstraction for simple validation without limitations",
66
"author": {
77
"name": "Robert Snedeker",
@@ -18,5 +18,8 @@
1818
"scripts": {
1919
"build": "tsc",
2020
"test": "jest"
21-
}
21+
},
22+
"files": [
23+
"dist"
24+
]
2225
}

0 commit comments

Comments
 (0)