Skip to content

Commit 33405cb

Browse files
committed
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
1 parent 6a4a7c4 commit 33405cb

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)