diff --git a/package.json b/package.json index 944867d..1be823a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "name": "html2canvas", "description": "Screenshots with JavaScript", "main": "dist/npm/index.js", + "module": "dist/html2canvas.js", + "browser": "dist/html2canvas.js", "version": "1.0.0-alpha.12", "author": { "name": "Niklas von Hertzen",