Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Nov 3, 2018
1 parent 4207ebf commit 62127bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .npmignore
@@ -1,6 +1,5 @@
minified
.gitattributes
.gitignore
.npmignore
.*
bower.json
Gruntfile.js
test.*
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -26,7 +26,7 @@
"Gruntfile.js"
],
"dependencies": {
"jzz": "^0.5.7",
"jzz-midi-smf": "^1.0.1"
"jzz": "^0.6.0",
"jzz-midi-smf": "^1.0.4"
}
}
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jzz-gui-player",
"version": "1.0.0",
"version": "1.0.1",
"description": "MIDI Player GUI for browsers",
"main": "javascript/JZZ.gui.Player.js",
"keywords": [
Expand All @@ -10,11 +10,11 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^0.5.7",
"jzz-midi-smf": "^1.0.1"
"jzz": "^0.6.0",
"jzz-midi-smf": "^1.0.4"
},
"devDependencies": {
"jzz-synth-osc": "^1.0.5",
"jzz-synth-osc": "^1.1.1",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0"
Expand Down

0 comments on commit 62127bb

Please sign in to comment.