ckeditor5-letter-case
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ckeditor5-letter-case", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "simple letter case convert plugin for ckeditor5", | ||
@@ -5,0 +5,0 @@ "main": "src/letter-case.js", |
@@ -24,3 +24,3 @@ CKEditor 5 letter Case Plugin | ||
```js | ||
import LetterCase from 'ckeditor5-letter-case/src/letter-case'; | ||
import LetterCase from 'ckeditor5-letter-case'; | ||
@@ -27,0 +27,0 @@ Editor.builtinPlugins = [ |
@@ -7,5 +7,5 @@ | ||
import Model from "@ckeditor/ckeditor5-ui/src/model"; | ||
import { upperCase, lowerCase, titleCase, sentenceCase, toggleCase, getText } from "../utils"; | ||
import { upperCase, lowerCase, titleCase, sentenceCase, toggleCase, getText } from "./utils"; | ||
import LetterCaseIcon from "./../themes/icons/change-case.svg"; | ||
import LetterCaseIcon from "./../themes/icons/letter-case.svg"; | ||
@@ -12,0 +12,0 @@ // Lis of Change Case Options Available |
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
13330
6