Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 1019aca

Browse files
committed
added npm workflow mod fix 2
1 parent bf85413 commit 1019aca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "editorjs-codeflask",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Codeflask, for EditorJS",
55
"main": "./dist/codeflask.bundle.js",
66
"scripts": {

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EditorJs - Codeflask
22

3-
npm i @dsle-packages/editorjs-codeflask
3+
npm i editorjs-codeflask
44

55
This is an EditorJs wrapper for [CodeFlask](https://kazzkiq.github.io/CodeFlask/) - A lovely lightweight zero-dep code formatter
66

@@ -28,9 +28,11 @@ It was built to be an improvement on :
2828

2929
## Markdown Compatability
3030

31+
> TODO!
32+
3133
This plugin is compatible with
3234

33-
npm i @dsle-packages/editorjs-markdown-parser
35+
npm i editorjs-markdown-parser
3436

3537
It will import/export using the code fence markdown style, with the language printed imediatly after the first fence, as described in [GFM #117](https://github.github.com/gfm/#example-112)
3638

0 commit comments

Comments
 (0)