Skip to content

Commit

Permalink
specify license (#232)
Browse files Browse the repository at this point in the history
npm doesn't pick up our LICENSE file, and is listing our package as a "none" license.
  • Loading branch information
ryepup authored Sep 5, 2024
1 parent bf8b112 commit c44f6b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
],
"publishConfig": {
"access": "public"
}
},
"license": "Apache-2.0"
}

0 comments on commit c44f6b0

Please sign in to comment.