Revert pkg.main to CommonJS (ES5) module and remove pkg.module field (#1653)

This commit is contained in:
ylemkimon
2018-08-23 01:30:01 +09:00
committed by GitHub
parent cb89a9e5d0
commit 7bc15d4d76

View File

@@ -2,8 +2,7 @@
"name": "katex",
"version": "0.10.0-pre",
"description": "Fast math typesetting for the web.",
"main": "dist/katex",
"module": "dist/katex.mjs",
"main": "dist/katex.js",
"repository": {
"type": "git",
"url": "git://github.com/Khan/KaTeX.git"