Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 29, 2025
1 parent c075397 commit 30ae306
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,4 @@ append-config-types:
@$(TS_NODE_BASE) $(cwd)tools/utils/collect-options.ts --cwd=./src --esmDir=./build/esm
echo 'Resolve alias imports ...'
@$(TS_NODE_BASE) $(cwd)tools/utils/resolve-alias-imports.ts --rootDir=$(pwd) --cwd=$(pwd)/build/esm --filter=config.d.ts --mode=dts --ver=$(version)
cp ./build/esm/config.d.ts ./build/types/config.d.ts
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "4.4.2",
"version": "4.4.3",
"description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 30ae306

Please sign in to comment.