Skip to content

Commit 2103b14

Browse files
Merge pull request #207 from felixmosh/enable-tree-shaking
Add 'module' entry to allow Webpack to tree shake it
2 parents c6286ee + 24fb89d commit 2103b14

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
@@ -64,6 +64,7 @@
6464
"typings": "lib/index.d.ts",
6565
"main": "lib/index.js",
6666
"jsnext:main": "lib-esm/index.js",
67+
"module": "lib-esm/index.js",
6768
"license": "MIT",
6869
"devDependencies": {
6970
"@types/jasmine": "^2.8.8",

0 commit comments

Comments
 (0)