Skip to content

Commit

Permalink
Merge pull request #134 from yvesgurcan/update-package-json
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
yvesgurcan authored Jan 27, 2020
2 parents aaa6542 + 9057c02 commit 23b7417
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>web-midi-player 1.1.18 | Documentation</title>
<title>web-midi-player 1.1.19 | Documentation</title>
<meta name='description' content='🎹 Event-driven JavaScript library to enable MIDI playback in the browser.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>web-midi-player</h3>
<div class='mb1'><code>1.1.18</code></div>
<div class='mb1'><code>1.1.19</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"name": "web-midi-player",
"name-display": "Web Midi Player",
"version": "1.1.19",
"description": "🎹 Event-driven JavaScript library to enable MIDI playback in the browser.",
"version": "1.1.18",
"author": {
"name": "Yves Gurcan",
"url": "http://yvesgurcan.com/"
},
"license": "MIT",
"keywords": [
"midi",
"midi player",
Expand All @@ -19,18 +13,25 @@
"open source",
"audio"
],
"repository": {
"type": "git",
"url": "https://github.com/yvesgurcan/web-midi-player"
"homepage": "https://midi.yvesgurcan.com",
"bugs": {
"url": "https://github.com/yvesgurcan/web-midi-player/issues"
},
"license": "MIT",
"author": {
"name": "Yves Gurcan",
"url": "https://www.yvesgurcan.com/"
},
"main": "index.js",
"directories": {
"lib": "./src",
"doc": "./doc",
"example": "./example",
"test": "./test"
},
"homepage": "https://midi.yvesgurcan.com",
"bugs": {
"url": "https://github.com/yvesgurcan/web-midi-player/issues"
"repository": {
"type": "git",
"url": "https://github.com/yvesgurcan/web-midi-player"
},
"scripts": {
"start": "webpack-dev-server --mode production --progress",
Expand Down Expand Up @@ -71,6 +72,10 @@
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"engines": {
"node": ">=12.14.1",
"npm": "~6.2.0"
},
"jest": {
"globals": {
"NODE_ENV": "test"
Expand Down

0 comments on commit 23b7417

Please sign in to comment.