Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Jan 6, 2021
1 parent c71d635 commit 3b09f46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -26,6 +26,6 @@
"Gruntfile.js"
],
"dependencies": {
"jzz": "^1.1.7"
"jzz": "^1.1.8"
}
}
2 changes: 1 addition & 1 deletion javascript/JZZ.midi.SMF.js
Expand Up @@ -12,7 +12,7 @@

if (JZZ.MIDI.SMF) return;

var _ver = '1.4.2';
var _ver = '1.4.3';

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.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jzz-midi-smf",
"version": "1.4.2",
"version": "1.4.3",
"description": "Standard MIDI Files: read / write / play",
"main": "javascript/JZZ.midi.SMF.js",
"scripts": {
Expand All @@ -15,11 +15,11 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.1.7"
"jzz": "^1.1.8"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.16.0",
"eslint": "^7.17.0",
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
Expand Down

0 comments on commit 3b09f46

Please sign in to comment.