Skip to content

Commit

Permalink
fix: Fix flipped umd:main package entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 30, 2018
1 parent 859fc3e commit c9fe55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"source": "index.js",
"main": "dist/simple-statistics.js",
"module": "dist/simple-statistics.mjs",
"main:umd": "dist/simple-statistics.min.js",
"umd:main": "dist/simple-statistics.min.js",
"browser": "dist/simple-statistics.min.js",
"unpkg": "dist/simple-statistics.min.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c9fe55b

Please sign in to comment.