Skip to content

Commit

Permalink
Merge pull request #72 from headlamp-k8s/opencost-0.1.2
Browse files Browse the repository at this point in the history
Opencost 0.1.2
  • Loading branch information
joaquimrocha authored Aug 9, 2024
2 parents d4de1f0 + 762cc72 commit 24382c9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
30 changes: 25 additions & 5 deletions opencost/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions opencost/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@headlamp-k8s/opencost",
"version": "0.1.1",
"version": "0.1.2",
"description": "OpenCost plugin for Headlamp",
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
"format": "headlamp-plugin format",
"lint": "headlamp-plugin lint",
"lint-fix": "headlamp-plugin lint --fix",
"package": "headlamp-plugin package",
"tsc": "headlamp-plugin tsc",
"storybook": "headlamp-plugin storybook",
"storybook-build": "headlamp-plugin storybook-build",
Expand All @@ -30,7 +31,7 @@
]
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.9.1"
"@kinvolk/headlamp-plugin": "^0.9.2"
},
"dependencies": {
"use-between": "^1.3.5"
Expand Down

0 comments on commit 24382c9

Please sign in to comment.