Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jan 4, 2025
1 parent 5f5071a commit 0c20c28
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ minified
test*
coverage
Gruntfile.js
*.html
!test
*.html
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-24 Jazz-Soft
Copyright (c) 2018-25 Jazz-Soft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion javascript/JZZ.midi.SMF.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* istanbul ignore next */
if (JZZ.MIDI.SMF) return;

var _ver = '1.9.6';
var _ver = '1.9.7';

var _now = JZZ.lib.now;
function _error(s) { throw new Error(s); }
Expand Down
2 changes: 1 addition & 1 deletion minified/JZZ.midi.SMF.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jzz-midi-smf",
"version": "1.9.6",
"version": "1.9.7",
"description": "Standard MIDI Files: read / write / play (MIDI 1.0 and MIDI 2.0)",
"main": "javascript/JZZ.midi.SMF.js",
"scripts": {
Expand All @@ -18,19 +18,19 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.7"
"jzz": "^1.8.8"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jzz-gui-player": "^1.7.5",
"jzz-gui-player": "^1.7.6",
"jzz-midi-gm": "^1.3.9",
"jzz-synth-tiny": "^1.4.2",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"test-midi-files": "^1.0.9"
"test-midi-files": "^1.1.0"
},
"runkitExampleFilename": "runkit.js",
"repository": {
Expand Down

0 comments on commit 0c20c28

Please sign in to comment.