mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Mark conf as dev dependency in extension npm package (#1665)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
2f1dd6a2b7
commit
c5dc5193f8
@ -17,6 +17,7 @@
|
||||
"email": "info@k8slens.dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.6"
|
||||
"@types/node": "^14.14.6",
|
||||
"conf": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user