mathquill-commonjs
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -1,2 +0,2 @@ | ||
require('jquery')(window); | ||
module.exports = require('./mathquill.js')(window.jQuery); | ||
const jq = require('jquery'); | ||
module.exports = require('./mathquill.js')(jq); |
{ | ||
"name": "mathquill-commonjs", | ||
"description": "Easily type math in your webapp", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"license": "MPL-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
6503265