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

Commit 97683c4

Browse files
committed
feat(ES6): provide ES6 modules
1 parent 69c1beb commit 97683c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
},
1010
"license": "MIT",
1111
"author": "Vincent Voyer <vincent@codeagain.com>",
12+
"sideEffects": false,
1213
"main": "dist/",
14+
"module": "lib/",
1315
"files": [
1416
"dist/",
1517
"lib/",

0 commit comments

Comments
 (0)