Skip to content

Commit adf4856

Browse files
authored
feat: Add a module entry to package.json (#47)
1 parent 3c6de9b commit adf4856

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
@@ -3,6 +3,7 @@
33
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
44
"version": "0.0.0-development",
55
"main": "dist/index.js",
6+
"module": "src/index.js",
67
"types": "index.d.ts",
78
"scripts": {
89
"build": "webpack -p",

0 commit comments

Comments
 (0)