We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6de9b commit adf4856Copy full SHA for adf4856
package.json
@@ -3,6 +3,7 @@
3
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
4
"version": "0.0.0-development",
5
"main": "dist/index.js",
6
+ "module": "src/index.js",
7
"types": "index.d.ts",
8
"scripts": {
9
"build": "webpack -p",
0 commit comments