react-katex
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "react-katex", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Display math in TeX with KaTeX and ReactJS", | ||
@@ -17,3 +17,4 @@ "keywords": [ | ||
"test": "mocha", | ||
"lint": "eslint {src,test}/*.js" | ||
"lint": "eslint {src,test}/*.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -33,3 +34,3 @@ "author": { | ||
"peerDependencies": { | ||
"katex": "^0.6.0", | ||
"katex": "^0.7.0", | ||
"react": "^15.3.2" | ||
@@ -47,3 +48,3 @@ }, | ||
"eslint-plugin-react": "^6.4.1", | ||
"katex": "^0.6.0", | ||
"katex": "^0.7.0", | ||
"mocha": "^3.1.2", | ||
@@ -50,0 +51,0 @@ "react": "^15.3.2", |
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
126507