Skip to content

Commit e760600

Browse files
committed
Add sideEffect declaration
1 parent e0890a6 commit e760600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Create an animated loop of a list of text for your headings",
55
"main": "./lib/index.js",
66
"module": "es/index.js",
7+
"sideEffects": false,
78
"scripts": {
89
"build": "run-p build:commonjs build:es build:umd build:umd:min build:ts build:ts-es",
910
"build:es": "babel src -d es --extensions .ts,.tsx",

0 commit comments

Comments
 (0)