Skip to content

Commit e8d983c

Browse files
committed
fix: fix entrypoint
1 parent b241594 commit e8d983c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@mrbrunelli/object-validator",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "A simple object validator for tiny schemas",
5-
"main": "./dist/index.js",
6-
"types": "./dist/index.d.ts",
5+
"main": "index.js",
6+
"types": "index.d.ts",
77
"scripts": {
88
"test": "jest --runInBand --verbose --passWithNoTests",
99
"tdd": "yarn test --watch",

0 commit comments

Comments
 (0)