Skip to content

Commit a183b19

Browse files
committed
fix(build): bundle pure esm package
1 parent 5b130ef commit a183b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,15 @@
9393
"node-fetch": "2.6.1"
9494
},
9595
"dependencies": {
96-
"@himenon/path-oriented-data-structure": "1.0.2",
9796
"@types/json-schema": "7.0.15",
9897
"ajv": "8.12.0",
99-
"dot-prop": "8.0.2",
10098
"js-yaml": "4.1.0"
10199
},
102100
"devDependencies": {
103101
"@biomejs/biome": "^1.5.3",
104102
"@commitlint/cli": "18.6.0",
105103
"@commitlint/config-conventional": "18.6.0",
104+
"@himenon/path-oriented-data-structure": "1.0.2",
106105
"@swc/core": "^1.3.107",
107106
"@swc/helpers": "^0.5.3",
108107
"@swc/jest": "^0.2.34",
@@ -116,6 +115,7 @@
116115
"cpy": "11.0.0",
117116
"cross-env": "^7.0.3",
118117
"dependency-cruiser": "16.1.0",
118+
"dot-prop": "8.0.2",
119119
"execa": "8.0.1",
120120
"generate-changelog": "1.8.0",
121121
"import-sort-style-module": "6.0.0",

0 commit comments

Comments
 (0)