Skip to content

Commit 61805a6

Browse files
authored
fix: use valid SPDX license identifier in package.json (#389)
fix: use valid SPDX license identifier in package.json (#387) Change license field from "Apache 2.0" to "Apache-2.0" so GitHub and npm can recognize it correctly. Co-authored-by: Isaac Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent fab2288 commit 61805a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"hive",
4646
"hive js"
4747
],
48-
"license": "Apache 2.0",
48+
"license": "Apache-2.0",
4949
"devDependencies": {
5050
"@types/chai": "^4.3.14",
5151
"@types/http-proxy": "^1.17.14",

0 commit comments

Comments
 (0)