@tangible/codemirror
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -38,13 +38,13 @@ const CodeMirror = require('codemirror') | ||
require('./show-hint') // require('codemirror/addon/hint/show-hint') // with show-hint.scss | ||
// require('./show-hint') // require('codemirror/addon/hint/show-hint') // with show-hint.scss | ||
require('codemirror/addon/hint/css-hint') | ||
// require('codemirror/addon/hint/css-hint') | ||
// require('./scss-hint') | ||
// Depends on htmlhint.min.js | ||
require('./xml-hint') // require('codemirror/addon/hint/xml-hint') | ||
require('./html-hint') // require('codemirror/addon/hint/html-hint') | ||
// require('./xml-hint') // require('codemirror/addon/hint/xml-hint') | ||
// require('./html-hint') // require('codemirror/addon/hint/html-hint') | ||
// Depends on jshint.min.js | ||
require('./javascript-hint') // require('codemirror/addon/hint/javascript-hint') | ||
// require('./javascript-hint') // require('codemirror/addon/hint/javascript-hint') | ||
@@ -51,0 +51,0 @@ // Lint |
{ | ||
"name": "@tangible/codemirror", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4819932