Skip to content

Commit

Permalink
feat: Updating exports to allow for @midival/core/mpe path (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulak-at authored May 20, 2023
1 parent ee6633e commit 65e1c7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,7 @@ input.disconnect();
For changelog see [CHANGELOG.md](./CHANGELOG.md).

For migration guide see [MIGRATION.md](./MIGRATION.md).

# Community

[Join our Discord Community](https://discord.com/invite/WGgTCcEV) to ask questions or discuss all MIDI related topics!
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@midival/core",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"exports": {
".": "./dist/index.js",
"./mpe": "./dist/mpe.js"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.2.1",
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"entryPoints": ["src/index.ts"],
"entryPoints": ["src/index.ts", "src/mpe.ts"],
"out": "docs",
"excludePrivate": true,
"compilerOptions": {
Expand Down

0 comments on commit 65e1c7b

Please # to comment.