Skip to content

Commit

Permalink
chore(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin808 committed Jul 7, 2022
1 parent c625eb1 commit 7a485b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ git checkout main && npm run release
- Remove index.html from the browser file path
- use this override domain `https://qzp3zx5t-dev.webEngine.zesty.io/`

Updated on
Thu Jul 7 11:49:22 UTC 2022
Updated on
Thu Jul 7 11:49:22 UTC 2022
2 changes: 1 addition & 1 deletion dist/live-editor.production.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (process.env.NODE_ENV === "production") {
console.debug = () => {}
}

console.log(" ********** Zesty live editor loaded ************ ")
console.log(" ********** Zesty live editor loaded v2 ************ ")

export const ZestyLiveEditor = (content?: any) => {
if (!helper.canUseDOM()) {
Expand Down

0 comments on commit 7a485b9

Please sign in to comment.