Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4092a9d

Browse files
committed
Bump @valtzu/codemirror-lang-el to stable
1 parent ebc89d6 commit 4092a9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Configuring CodeMirror and making it blend into UI can be tricky
1414

1515
```html
1616
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
17-
<script type="module" src="https://cdn.jsdelivr.net/npm/symfony-expression-editor@0.1.0/+esm"></script>
17+
<script type="module" src="https://esm.sh/symfony-expression-editor"></script>
1818
<textarea class="form-control" is="expression-editor" rows="1">'foobar' starts with 'foo'</textarea>
1919
```
2020

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"w3c-keyname": "https://esm.sh/*[email protected]",
1919
"crelt": "https://esm.sh/*[email protected]",
2020
"@marijn/find-cluster-break": "https://esm.sh/*@marijn/[email protected]",
21-
"@valtzu/codemirror-lang-el": "https://esm.sh/*@valtzu/codemirror-lang-el@0.10.0"
21+
"@valtzu/codemirror-lang-el": "https://esm.sh/*@valtzu/codemirror-lang-el@1.0.0"
2222
}
2323
}
2424
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@codemirror/state": "^6.5.2",
2828
"@codemirror/view": "^6.36.3",
2929
"@lezer/highlight": "^1.2.1",
30-
"@valtzu/codemirror-lang-el": "^0.10.0",
30+
"@valtzu/codemirror-lang-el": "^1.0.0",
3131
"codemirror": "^6.0.1"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)