Skip to content

Commit

Permalink
Add Apache 2.0 license
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomasek committed Jul 7, 2023
1 parent 94f5ef1 commit 9825b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "dashboard-extensions",
"version": "0.1.0",
"license": "Apache-2.0",
"private": false,
"engines": {
"node": ">=16"
Expand All @@ -19,15 +20,7 @@
"xterm-addon-webgl": "^0.15.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.1",
"prettier": "^2.8.8",
"vue-eslint-parser": "^9.3.1"
"prettier": "^2.8.8"
},
"resolutions": {
"**/webpack": "4",
Expand Down
3 changes: 2 additions & 1 deletion pkg/kubevirt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "kubevirt",
"description": "KubeVirt Rancher Dashboard extension",
"version": "0.1.0",
"license": "Apache-2.0",
"private": false,
"rancher": true,
"scripts": {
Expand All @@ -21,4 +22,4 @@
"last 2 versions",
"not dead"
]
}
}

0 comments on commit 9825b8a

Please sign in to comment.