Skip to content

Commit 0c6fe8e

Browse files
OliverJAshraveclassic
authored andcommitted
build: add sideEffects field (#44)
1 parent 15b581f commit 0c6fe8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"main": "dist/index.js",
55
"module": "es6/index.js",
66
"typings": "dist/index.d.ts",
7+
"sideEffects": false,
78
"scripts": {
89
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.es6.json",
910
"test": "npm run tslint && npm run prettier && npm run jest",

0 commit comments

Comments
 (0)