Skip to content

Commit a4a468a

Browse files
authored
fix: signal to webpack that there's no side effects (#632)
1 parent a6750b1 commit a4a468a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"test": "jest -c integration/jest.config.js",
3232
"typecheck": "tsc --noEmit"
3333
},
34+
"sideEffects": false,
35+
"typings": "typings/index.d.ts",
3436
"devDependencies": {
3537
"@babel/cli": "7.8.3",
3638
"@babel/core": "7.8.3",
@@ -118,6 +120,5 @@
118120
"prepare": [
119121
"@semantic-release/npm"
120122
]
121-
},
122-
"typings": "typings/index.d.ts"
123+
}
123124
}

0 commit comments

Comments
 (0)