From fad52793fad63d19c9edf7c18cad36a2eebed0f1 Mon Sep 17 00:00:00 2001 From: Robert Byrne Date: Mon, 2 Feb 2015 23:20:58 +0000 Subject: [PATCH] release 0.10.2 --- addon/package.json | 67 +++++++++++++++++++++++++--------------------- package.json | 54 ++++++++++++++++++------------------- 2 files changed, 63 insertions(+), 58 deletions(-) diff --git a/addon/package.json b/addon/package.json index 5304a69..d44fa67 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,33 +1,38 @@ { - "name": "local-music-player-firefox", - "title": "Local Music Player", - "id": "jid1-nCt6CO1kXSzfAg", - "description": "Browse and listen to your local music", - "author": "Robert Byrne", - "license": "GNU GPL v3", - "version": "0.10.1", - "permissions": { - "private-browsing": true - }, - "preferences": [{ - "name": "hotkeyPlay", - "title": "Play", - "type": "string", - "value": "accel-shift-p" - }, { - "name": "hotkeyStop", - "title": "Stop", - "type": "string", - "value": "accel-shift-s" - }, { - "name": "hotkeyNext", - "title": "Next", - "type": "string", - "value": "accel-shift-right" - }, { - "name": "hotkeyPrev", - "title": "Previous", - "type": "string", - "value": "accel-shift-left" - }] + "name": "local-music-player-firefox", + "title": "Local Music Player", + "id": "jid1-nCt6CO1kXSzfAg", + "description": "Browse and listen to your local music", + "author": "Robert Byrne", + "license": "GNU GPL v3", + "version": "0.10.2", + "permissions": { + "private-browsing": true + }, + "preferences": [ + { + "name": "hotkeyPlay", + "title": "Play", + "type": "string", + "value": "accel-shift-p" + }, + { + "name": "hotkeyStop", + "title": "Stop", + "type": "string", + "value": "accel-shift-s" + }, + { + "name": "hotkeyNext", + "title": "Next", + "type": "string", + "value": "accel-shift-right" + }, + { + "name": "hotkeyPrev", + "title": "Previous", + "type": "string", + "value": "accel-shift-left" + } + ] } diff --git a/package.json b/package.json index aaa9550..40540b4 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,29 @@ { - "name": "local-music-player-firefox", - "version": "0.10.1", - "description": "Browse and listen to your local music", - "main": "addon/lib/main.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/bobbyrne01/local-music-player-firefox.git" - }, - "author": "Robert Byrne", - "license": "GNU GPL v3", - "bugs": { - "url": "https://github.com/bobbyrne01/local-music-player-firefox/issues" - }, - "homepage": "https://github.com/bobbyrne01/local-music-player-firefox", - "devDependencies": { - "grunt": "^0.4.5", - "grunt-contrib-csslint": "^0.4.0", - "grunt-contrib-jshint": "^0.11.0", - "grunt-contrib-watch": "^0.6.1", - "grunt-html-validation": "^0.1.18", - "grunt-jsbeautifier": "^0.2.7", - "grunt-notify": "^0.4.1", - "grunt-release": "^0.10.0" - } + "name": "local-music-player-firefox", + "version": "0.10.2", + "description": "Browse and listen to your local music", + "main": "addon/lib/main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/bobbyrne01/local-music-player-firefox.git" + }, + "author": "Robert Byrne", + "license": "GNU GPL v3", + "bugs": { + "url": "https://github.com/bobbyrne01/local-music-player-firefox/issues" + }, + "homepage": "https://github.com/bobbyrne01/local-music-player-firefox", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-csslint": "^0.4.0", + "grunt-contrib-jshint": "^0.11.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-html-validation": "^0.1.18", + "grunt-jsbeautifier": "^0.2.7", + "grunt-notify": "^0.4.1", + "grunt-release": "^0.10.0" + } }