Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.13
@@ -41,3 +41,3 @@ const languages = { | ||
suggestions: [ | ||
"const", "let", "for", "white", "of", "new", | ||
"const", "let", "for", "while", "of", "new", | ||
"document", "Document", "String", "Number", "Array", "Object", | ||
@@ -44,0 +44,0 @@ ...Object.getOwnPropertyNames(Document.prototype).filter((property) => !property.includes("queryCommand")), |
@@ -23,3 +23,3 @@ interface Language { | ||
replacement?: string; | ||
} | ||
}; | ||
class: string; | ||
@@ -67,3 +67,3 @@ } | ||
suggestions: [ | ||
"const", "let", "for", "white", "of", "new", | ||
"const", "let", "for", "while", "of", "new", | ||
"document", "Document", "String", "Number", "Array", "Object", | ||
@@ -70,0 +70,0 @@ ...Object.getOwnPropertyNames(Document.prototype).filter((property: string) => !property.includes("queryCommand")), |
{ | ||
"name": "tortellini", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.13", | ||
"description": "A minimal code editor 🐢", | ||
@@ -14,3 +14,4 @@ "main": "index.js", | ||
"javascript-editor", | ||
"browser-editor" | ||
"browser-editor", | ||
"html-editor" | ||
], | ||
@@ -23,2 +24,2 @@ "author": "Leonard Ginters", | ||
"homepage": "https://github.com/l2ig/tortellini#readme" | ||
} | ||
} |
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
127344