Skip to content

Commit 3ec5a49

Browse files
authored
Merge pull request #6 from mrbrunelli/chore/npm-only-dist
chore/npm-only-dist
2 parents ba6ec79 + 034d99f commit 3ec5a49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@mrbrunelli/object-validator",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A simple object validator for tiny schemas",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": ["/dist"],
78
"scripts": {
89
"test": "jest --runInBand --verbose --passWithNoTests",
910
"tdd": "yarn test --watch",

0 commit comments

Comments
 (0)