Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Sep 8, 2018
1 parent fb69e2b commit 17f0e85
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -41,9 +41,9 @@ or [**Mozilla Add-ons**](https://addons.mozilla.org/en-US/firefox/addon/jazz-mid

## Install

**npm install jzz --save**
or **bower install jzz**
or **yarn add jzz**
`npm install jzz --save`
or `bower install jzz`
or `yarn add jzz`
or get the full development version and minified scripts from [**Github**](https://github.com/jazz-soft/JZZ)

*Note:* in the (unlikely) case you get into trouble installing the
Expand Down
2 changes: 1 addition & 1 deletion javascript/JZZ.js
Expand Up @@ -12,7 +12,7 @@
})(this, function() {

var _scope = typeof window === 'undefined' ? global : window;
var _version = '0.5.5';
var _version = '0.5.6';
var i, j, k, m, n;

var _time = Date.now || function () { return new Date().getTime(); };
Expand Down
2 changes: 1 addition & 1 deletion minified/JZZ.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jzz",
"version": "0.5.5",
"version": "0.5.6",
"description": "MIDI library for Node.js and web-browsers",
"main": "javascript/JZZ.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"coveralls": "^3.0.2",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-uglify": "^4.0.0",
"istanbul": "^0.4.5",
"midi-test": "^1.0.0",
"mocha": "^5.2.0"
Expand Down

0 comments on commit 17f0e85

Please sign in to comment.