@lrnwebcomponents/code-editor
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -1,5 +0,5 @@ | ||
import "@polymer/polymer/polymer.js"; | ||
import "materializecss-styles/materializecss-styles.js"; | ||
import { html, Polymer } from "@polymer/polymer/polymer-legacy.js"; | ||
import "@lrnwebcomponents/materializecss-styles/materializecss-styles.js"; | ||
import "hax-body-behaviors/hax-body-behaviors.js"; | ||
import "schema-behaviors/schema-behaviors.js"; | ||
import "@lrnwebcomponents/schema-behaviors/schema-behaviors.js"; | ||
import "juicy-ace-editor/juicy-ace-editor.js"; | ||
@@ -19,3 +19,3 @@ import "./code-pen-button.js"; | ||
Polymer({ | ||
_template: ` | ||
_template: html` | ||
<style> | ||
@@ -22,0 +22,0 @@ :host { |
@@ -1,2 +0,2 @@ | ||
import "@polymer/polymer/polymer.js"; | ||
import { html, Polymer } from "@polymer/polymer/polymer-legacy.js"; | ||
/** | ||
@@ -14,3 +14,3 @@ `code-pen-button` | ||
Polymer({ | ||
_template: ` | ||
_template: html` | ||
<style> | ||
@@ -17,0 +17,0 @@ :host { |
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Automated conversion of code-editor/", | ||
@@ -67,3 +67,3 @@ "repository": { | ||
], | ||
"gitHead": "b19e8d229705ebabcddaf694e2d346776c6c745e" | ||
"gitHead": "4758269bb60ff1efd777ada921b35496a8bced19" | ||
} |
Sorry, the diff of this file is not supported yet
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
205731