Skip to content

Commit 05f1b04

Browse files
committed
perf: change to cosmiconfig
1 parent 8ec280f commit 05f1b04

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@
3333
"cli"
3434
],
3535
"dependencies": {
36-
"deep-assign": "^3.0.0",
36+
"cosmiconfig": "^5.2.1",
3737
"fast-glob": "^3.0.2",
38-
"get-cff": "^0.1.4",
3938
"make-dir": "^3.0.0",
4039
"meow": "^5.0.0",
41-
"path-exists": "^4.0.0",
40+
"merge-options": "^1.0.1",
4241
"posthtml": "^0.11.4",
4342
"to-camel-case": "^1.0.0"
4443
},
@@ -119,7 +118,9 @@
119118
]
120119
},
121120
"posthtml": {
122-
"customElements": {}
121+
"plugins": {
122+
"posthtml-custom-elements": {}
123+
}
123124
},
124125
"clinton": {
125126
"ignores": [

0 commit comments

Comments
 (0)