Skip to content

Commit

Permalink
Add unpkg key
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Aug 15, 2023
1 parent a3982dd commit 5635939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "flash-piano",
"version": "1.0.0",
"version": "1.0.1",
"description": "A web component for rendering interactive piano keyboards",
"type": "module",
"repository": "https://github.com/bhollis/flash-piano",
"author": "Ben Hollis <[email protected]>",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",
"unpkg": "umd/index.js",
"umd": "umd/index.js",
"files": [
"lib/index.js",
Expand Down

0 comments on commit 5635939

Please sign in to comment.