Skip to content
Merged

Dev #148

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ducpdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ducpdf",
"version": "1.0.1",
"version": "0.0.0-development",
"description": "Library for converting between PDF and DUC formats.",
"private": false,
"type": "module",
Expand Down
2 changes: 0 additions & 2 deletions packages/ducpdf/src/duc2pdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,3 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
---

*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*


1 change: 0 additions & 1 deletion packages/ducrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
---

*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*

2 changes: 0 additions & 2 deletions packages/ducrs/release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Follow up on this https://github.com/rust-lang/cargo/issues/9398

module.exports = {
branches: ["main", { name: "next", prerelease: true }, { name: "dev", prerelease: true }],
plugins: [
Expand Down
1 change: 0 additions & 1 deletion packages/ducsvg/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"declarationDir": "dist",
"emitDeclarationOnly": true,
"composite": false,
"rootDir": "src",
"paths": {
"ducsvg/*": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"noEmit": false,
"composite": true,
"composite": false,
"allowJs": true,
"skipLibCheck": true,
"moduleResolution": "bundler",
Expand Down