Skip to content

Commit

Permalink
fix(build): bundle pure esm package (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiry1 authored Mar 4, 2024
1 parent 5b130ef commit a3f034d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .dependency-cruiser.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
},
to: {
dependencyTypes: ["npm-dev"],
pathNot: "typescript",
pathNot: ["typescript", "dot-prop", "@himenon/path-oriented-data-structure"],
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,15 @@
"node-fetch": "2.6.1"
},
"dependencies": {
"@himenon/path-oriented-data-structure": "1.0.2",
"@types/json-schema": "7.0.15",
"ajv": "8.12.0",
"dot-prop": "8.0.2",
"js-yaml": "4.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@himenon/path-oriented-data-structure": "1.0.2",
"@swc/core": "^1.3.107",
"@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.34",
Expand All @@ -116,6 +115,7 @@
"cpy": "11.0.0",
"cross-env": "^7.0.3",
"dependency-cruiser": "16.1.0",
"dot-prop": "8.0.2",
"execa": "8.0.1",
"generate-changelog": "1.8.0",
"import-sort-style-module": "6.0.0",
Expand Down
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit a3f034d

Please sign in to comment.