We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec280f commit 05f1b04Copy full SHA for 05f1b04
package.json
@@ -33,12 +33,11 @@
33
"cli"
34
],
35
"dependencies": {
36
- "deep-assign": "^3.0.0",
+ "cosmiconfig": "^5.2.1",
37
"fast-glob": "^3.0.2",
38
- "get-cff": "^0.1.4",
39
"make-dir": "^3.0.0",
40
"meow": "^5.0.0",
41
- "path-exists": "^4.0.0",
+ "merge-options": "^1.0.1",
42
"posthtml": "^0.11.4",
43
"to-camel-case": "^1.0.0"
44
},
@@ -119,7 +118,9 @@
119
118
]
120
121
"posthtml": {
122
- "customElements": {}
+ "plugins": {
+ "posthtml-custom-elements": {}
123
+ }
124
125
"clinton": {
126
"ignores": [
0 commit comments