Skip to content

Commit

Permalink
Merge pull request editor-js#89 from editor-js/fix/issue-61
Browse files Browse the repository at this point in the history
Update package cause bug fix: success on 2** code
  • Loading branch information
talyguryn authored Jun 15, 2020
2 parents 54801d6 + 07bb783 commit c78c013
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/image",
"version": "2.4.1",
"version": "2.4.2",
"keywords": [
"codex editor",
"tool",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.2.0",
"@codexteam/ajax": "^4.1.0",
"@codexteam/ajax": "^4.2.0",
"babel-loader": "^8.0.5",
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@codexteam/ajax@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@codexteam/ajax/-/ajax-4.1.0.tgz#472703b7c1e0843eec1f047b849835e0554c34a5"
"@codexteam/ajax@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@codexteam/ajax/-/ajax-4.2.0.tgz#f89faecbaf8cd496bfd77ef20a7fe99ee20ca9a3"
integrity sha512-54r/HZirqBPEV8rM9gZh570RCwG6M/iDAXT9Q9eGuMo9KZU49tw1dEDHjYsResGckfCsaymDqg4GnhfrBtX9JQ==

"@types/color-name@^1.1.1":
version "1.1.1"
Expand Down

0 comments on commit c78c013

Please sign in to comment.