diff --git a/package.json b/package.json index 92e1c333..d35aee0e 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,10 @@ ], "license": "MIT", "main": "lib/index.js", + "module": "src/index.js", "files": [ - "lib/" + "lib/", + "src" ], "scripts": { "prebuild": "rm -rf lib",