Skip to content

Commit

Permalink
Removed bower
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Dec 25, 2021
1 parent 49eae9d commit 772b3c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Standard MIDI Files: read / write / play
## Install

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

Expand Down
31 changes: 0 additions & 31 deletions bower.json

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.4.3"
"jzz": "^1.4.7"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.5.0",
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"jzz-gui-player": "^1.5.2",
"jzz-midi-gm": "^1.2.7",
"jzz-synth-tiny": "^1.2.7",
"mocha": "^9.1.2",
"jzz-midi-gm": "^1.2.8",
"jzz-synth-tiny": "^1.2.8",
"mocha": "^9.1.3",
"nyc": "^15.1.0"
},
"runkitExampleFilename": "runkit.js",
Expand Down

0 comments on commit 772b3c5

Please sign in to comment.