Skip to content

Commit

Permalink
fix(package.json): remove the 'module' field (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jan 28, 2019
1 parent 1f6866f commit b87b42f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"homepage": "https://sweetalert2.github.io/",
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
"main": "dist/sweetalert2.all.js",
"module": "src/sweetalert2.js",
"types": "sweetalert2.d.ts",
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit b87b42f

Please sign in to comment.