chore(cli): add web-component-base as dependency
This commit is contained in:
parent
c383ae70fa
commit
c741bdbda9
2 changed files with 9 additions and 2 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -3013,6 +3013,11 @@
|
|||
"version": "1.0.2",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/web-component-base": {
|
||||
"version": "1.9.5",
|
||||
"resolved": "https://registry.npmjs.org/web-component-base/-/web-component-base-1.9.5.tgz",
|
||||
"integrity": "sha512-wIYHFLR0FZUdofVAk26hwngHznUys2dpAYY238v1i2yYeLtO75k59WZmdxUfHf29mh2Gyle3S8A8EoKvZ+nNjA=="
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "3.0.1",
|
||||
"license": "BSD-2-Clause"
|
||||
|
@ -3127,7 +3132,8 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"citty": "^0.1.4",
|
||||
"consola": "^3.2.3"
|
||||
"consola": "^3.2.3",
|
||||
"web-component-base": "^1.9.5"
|
||||
},
|
||||
"bin": {
|
||||
"mcfly": "index.js"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"homepage": "https://github.com/ayoayco/McFly#readme",
|
||||
"dependencies": {
|
||||
"citty": "^0.1.4",
|
||||
"consola": "^3.2.3"
|
||||
"consola": "^3.2.3",
|
||||
"web-component-base": "^1.9.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue