Skip to content

Commit 5fbdb00

Browse files
committed
deploy: 2ba5ae9
1 parent c56352d commit 5fbdb00

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,7 @@
238238
<label for="input">Input text for linting:</label>
239239
<textarea id="input" class="textarea" spellcheck="false" placeholder="input your text"></textarea>
240240
</main>
241-
<button id="install">Install</button>
242-
<label for="install">* require <a href="https://github.com/textlint/editor">textlint-editor
243-
browser extension</a></label>
241+
<div style="margin-top: 1em; font-size: 0.9em; opacity: 0.8;">Generated by <a href="https://github.com/textlint/editor">textlint-editor</a></div>
244242
<div id="metadata" class="metadata"></div>
245243
</div>
246244
<aside class="side">

textchecker-element.esm.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ const fe = /* @__PURE__ */ new WeakMap(), K = (i, e, n) => {
688688
* subject to an additional IP rights grant found at
689689
* http://polymer.github.io/PATENTS.txt
690690
*/
691-
typeof window < "u" && (window.litHtmlVersions || (window.litHtmlVersions = [])).push("1.3.0");
691+
typeof window < "u" && (window.litHtmlVersions || (window.litHtmlVersions = [])).push("1.4.1");
692692
const T = (i, ...e) => new Se(i, e, "html", rt);
693693
var ke = function() {
694694
var i = /* @__PURE__ */ new Set();
@@ -1623,7 +1623,7 @@ function yt() {
16231623
}
16241624
var ye;
16251625
function wt() {
1626-
return ye || (ye = 1, function(i, e) {
1626+
return ye || (ye = 1, (function(i, e) {
16271627
e.formatArgs = t, e.save = o, e.load = s, e.useColors = n, e.storage = d(), e.destroy = /* @__PURE__ */ (() => {
16281628
let a = !1;
16291629
return () => {
@@ -1760,7 +1760,7 @@ function wt() {
17601760
return "[UnexpectedJSONParseError]: " + u.message;
17611761
}
17621762
};
1763-
}(z, z.exports)), z.exports;
1763+
})(z, z.exports)), z.exports;
17641764
}
17651765
var we;
17661766
function Ft() {
@@ -1844,7 +1844,7 @@ function Ft() {
18441844
}
18451845
var Fe;
18461846
function _t() {
1847-
return Fe || (Fe = 1, function(i) {
1847+
return Fe || (Fe = 1, (function(i) {
18481848
Object.defineProperty(i, "__esModule", { value: !0 }), i.revertSourceCode = i.applyFixesToSourceCode = i.applyFixesToText = void 0;
18491849
var e = /* @__PURE__ */ Ft();
18501850
Object.defineProperty(i, "applyFixesToText", { enumerable: !0, get: function() {
@@ -1854,7 +1854,7 @@ function _t() {
18541854
} }), Object.defineProperty(i, "revertSourceCode", { enumerable: !0, get: function() {
18551855
return e.revertSourceCode;
18561856
} });
1857-
}(U)), U;
1857+
})(U)), U;
18581858
}
18591859
var Lt = /* @__PURE__ */ _t();
18601860
const _e = document.querySelector("#js-status"), V = (i) => {

textlint-worker.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)