@huffduff/midi-writer-ts 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huffduff/midi-writer-ts",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "A fork of midi-writer-js, a library providing an API for generating MIDI files.",
|
|
5
5
|
"main": "build/index.cjs",
|
|
6
6
|
"module": "build/index.mjs",
|
|
@@ -62,8 +62,7 @@
|
|
|
62
62
|
"prepublishOnly": "npm test",
|
|
63
63
|
"pretest": "npm run build",
|
|
64
64
|
"test": "nyc --reporter=text mocha --no-config --no-package",
|
|
65
|
-
"watch": "watch 'npm run build' src"
|
|
66
|
-
"postinstall": "node postinstall.js"
|
|
65
|
+
"watch": "watch 'npm run build' src"
|
|
67
66
|
},
|
|
68
67
|
"repository": {
|
|
69
68
|
"type": "git",
|