Skip to content

Commit

Permalink
perf: change to cosmiconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 26, 2019
1 parent 8ec280f commit 05f1b04
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@
"cli"
],
"dependencies": {
"deep-assign": "^3.0.0",
"cosmiconfig": "^5.2.1",
"fast-glob": "^3.0.2",
"get-cff": "^0.1.4",
"make-dir": "^3.0.0",
"meow": "^5.0.0",
"path-exists": "^4.0.0",
"merge-options": "^1.0.1",
"posthtml": "^0.11.4",
"to-camel-case": "^1.0.0"
},
Expand Down Expand Up @@ -119,7 +118,9 @@
]
},
"posthtml": {
"customElements": {}
"plugins": {
"posthtml-custom-elements": {}
}
},
"clinton": {
"ignores": [
Expand Down

0 comments on commit 05f1b04

Please sign in to comment.