Skip to content

Commit

Permalink
feat: bump cut-extension to v0.4.0 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Nov 20, 2024
1 parent 9f209d6 commit 9e2c732
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
35 changes: 26 additions & 9 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
Expand Up @@ -41,7 +41,7 @@
"prepare": "husky"
},
"dependencies": {
"@diplodoc/cut-extension": "^0.3.0",
"@diplodoc/cut-extension": "^0.4.0",
"@diplodoc/file-extension": "^0.1.0",
"@diplodoc/tabs-extension": "^3.5.0",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/transform/plugins/cut.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {transform} from '@diplodoc/cut-extension';

export = transform({bundle: false});
export = transform({bundle: false, directiveSyntax: 'disabled'});

0 comments on commit 9e2c732

Please sign in to comment.