Skip to content

Commit

Permalink
Merge pull request #10 from nagisa/fixes-license-identifier
Browse files Browse the repository at this point in the history
Correctly set the license type in the package.json
  • Loading branch information
6nv authored Feb 14, 2024
2 parents ddb727d + 45a928a commit 0ed19d9
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 0ed19d9

Please sign in to comment.