Skip to content

Commit cd99d93

Browse files
committed
package fix
1 parent fd2c994 commit cd99d93

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.git
2+
/docs
3+
/test
4+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "midi-parser-js",
33
"description": "JSON Human readable MIDI sequences. Read from ArrayBuffers, Base64 encoded strings, or FileInput Element in Browsers.",
4-
"version": "4.0.0",
4+
"version": "4.0.3",
55
"main" : "./src/main.js",
66
"keywords": [
77
"midi json",

0 commit comments

Comments
 (0)