Skip to content

Commit

Permalink
chore: Release version 0.0.4
Browse files Browse the repository at this point in the history
Export all entity data modules
  • Loading branch information
kellnerd committed Mar 27, 2024
1 parent c21b839 commit 87fb6f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@kellnerd/musicbrainz",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./mod.ts",
"./client": "./client.ts",
"./api_types": "./api_types.ts",
"./data/entity": "./data/entity.ts"
"./data/entity": "./data/entity.ts",
"./data/artist": "./data/artist.ts",
"./data/release": "./data/release.ts",
"./data/release_group": "./data/release_group.ts"
},
"imports": {
"@/": "./",
Expand Down

0 comments on commit 87fb6f3

Please sign in to comment.