Skip to content

Commit

Permalink
Correctly set the license type in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Feb 13, 2024
1 parent ddb727d commit 45a928a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"icon": "webpack -c ./webpack.config.icon.ts && node temp/igen.js && rm -rv temp"
},
"author": "Nicolas Ventura",
"license": "Apache-2.0",
"license": "BSD-3-Clause-LBNL",
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "10.0.3",
Expand Down Expand Up @@ -72,4 +72,4 @@
"tslib": "2.5.3"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 45a928a

Please sign in to comment.