Skip to content

Commit

Permalink
Updated GitHub project path to use "djipco" instead of "cotejp"
Browse files Browse the repository at this point in the history
  • Loading branch information
djipco committed Jun 18, 2018
1 parent 5a0e0ae commit 1fdca80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -39,7 +39,7 @@ module.exports = function (grunt) {
version: '<%= pkg.version %>',
description: '<%= pkg.description %>',
url: '<%= pkg.url %>',
logo: "http://cotejp.github.io/webmidi/images/webmidijs-logo-small.png",
logo: "http://djipco.github.io/webmidi/images/webmidijs-logo-small.png",
options: {
outdir: './docs/latest',
linkNatives: true,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "WebMidi",
"homepage": "https://github.com/cotejp/webmidi",
"homepage": "https://github.com/djipco/webmidi",
"authors": [
"Jean-Philippe Côté <jp@cote.cc> (http://cote.cc)"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -6,10 +6,10 @@
"main": "webmidi.min.js",
"repository": {
"type": "git",
"url": "git://github.com/cotejp/webmidi.git"
"url": "git://github.com/djipco/webmidi.git"
},
"bugs": {
"url": "https://github.com/cotejp/webmidi/issues"
"url": "https://github.com/djipco/webmidi/issues"
},
"keywords": [
"midi",
Expand All @@ -19,7 +19,7 @@
"front-end",
"webmidi api"
],
"homepage": "https://github.com/cotejp/webmidi",
"homepage": "https://github.com/djipco/webmidi",
"license": "MIT",
"engines": {
"node": ">0.6.x"
Expand Down
2 changes: 1 addition & 1 deletion webmidi.min.js

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

0 comments on commit 1fdca80

Please sign in to comment.