Skip to content

Commit b241594

Browse files
committed
chore: bump package version to 2.0.4
1 parent a76133b commit b241594

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"declarationMap": true,
88
"target": "es2016",
99
"module": "commonjs",
10-
"outDir": "./dist",
10+
"outDir": ".",
1111
"esModuleInterop": true,
1212
"forceConsistentCasingInFileNames": true,
1313
"strict": true,

0 commit comments

Comments
 (0)