Skip to content

Commit

Permalink
pulished release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavittarx committed Oct 12, 2020
1 parent 1cab7b8 commit 6e1e828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ A utility to parse editorjs clean data to HTML.
npm install editorjs-html

### CDN
* https://cdn.jsdelivr.net/npm/[email protected].1/build/edjsHTML.js
* (Browser Only Build): https://cdn.jsdelivr.net/npm/[email protected].1/build/edjsHTML.browser.js
* https://cdn.jsdelivr.net/npm/[email protected].3/build/edjsHTML.js
* (Browser Only Build): https://cdn.jsdelivr.net/npm/[email protected].3/build/edjsHTML.browser.js

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorjs-html",
"version": "3.0.1",
"version": "3.0.3",
"description": "",
"main": "build/edjsHTML.node.js",
"scripts": {
Expand Down

0 comments on commit 6e1e828

Please sign in to comment.