Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 07e0fff

Browse files
author
Jake Ginnivan
committed
fix: Allow tree shaking
1 parent fb741d5 commit 07e0fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "TypeScript first object validator",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"sideEffects": false,
78
"scripts": {
89
"prepack": "yarn build",
910
"build": "yarn build:es2015 && yarn build:cjs",

0 commit comments

Comments
 (0)