@matejmazur/react-katex
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "@matejmazur/react-katex", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Display math in TeX with KaTeX and ReactJS", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"main": "dist/react-katex.js", | ||
"module": "dist/react-katex.modern.js", | ||
"module": "dist/react-katex.m.js", | ||
"esmodule": "dist/react-katex.modern.js", | ||
"unpkg": "dist/react-katex.umd.js", | ||
@@ -33,3 +34,3 @@ "types": "dist/index.d.ts", | ||
"start": "cd demo && yarn start", | ||
"build": "rimraf dist && microbundle --jsx React.createElement --name TeX -f modern,cjs,umd", | ||
"build": "rimraf dist && microbundle --jsx React.createElement --name TeX", | ||
"dev": "microbundle watch", | ||
@@ -79,3 +80,3 @@ "format": "prettier --write .", | ||
"rimraf": "^3.0.2", | ||
"snapshot-diff": "^0.4.0", | ||
"snapshot-diff": "^0.8.1", | ||
"typescript": "^3.9.7" | ||
@@ -82,0 +83,0 @@ }, |
@@ -13,3 +13,3 @@ <div align="center"> | ||
<p> | ||
<a href="https://codesandbox.io/s/github/MatejMazur/react-katex/tree/master/demo" target="_blank">Examples</a> | ||
<a href="https://codesandbox.io/s/github/MatejMazur/react-katex/tree/master/demo?fontsize=14&hidenavigation=1&module=%2Fsrc%2FExample.tsx" target="_blank">Examples</a> | ||
</p> | ||
@@ -16,0 +16,0 @@ <p> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29677
19
107