Skip to content

Commit 85d3d5d

Browse files
committed
release 0.5.10
1 parent a4144b3 commit 85d3d5d

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

addon/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "local-music-player-firefox",
3-
"title": "Local Music Player",
4-
"id": "jid1-nCt6CO1kXSzfAg",
5-
"description": "Browse and listen to your local music",
6-
"author": "Robert Byrne",
7-
"license": "GNU GPL v3",
8-
"version": "0.5.9",
9-
"permissions": {
10-
"private-browsing": true
11-
}
2+
"name": "local-music-player-firefox",
3+
"title": "Local Music Player",
4+
"id": "jid1-nCt6CO1kXSzfAg",
5+
"description": "Browse and listen to your local music",
6+
"author": "Robert Byrne",
7+
"license": "GNU GPL v3",
8+
"version": "0.5.10",
9+
"permissions": {
10+
"private-browsing": true
11+
}
1212
}

package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "local-music-player-firefox",
3-
"version": "0.5.9",
4-
"description": "Browse and listen to your local music",
5-
"main": "addon/lib/main.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/bobbyrne01/local-music-player-firefox.git"
12-
},
13-
"author": "Robert Byrne",
14-
"license": "GNU GPL v3",
15-
"bugs": {
16-
"url": "https://github.com/bobbyrne01/local-music-player-firefox/issues"
17-
},
18-
"homepage": "https://github.com/bobbyrne01/local-music-player-firefox",
19-
"devDependencies": {
20-
"grunt": "^0.4.5",
21-
"grunt-contrib-csslint": "^0.3.1",
22-
"grunt-contrib-jshint": "^0.10.0",
23-
"grunt-contrib-watch": "^0.6.1",
24-
"grunt-html-validation": "^0.1.18",
25-
"grunt-jsbeautifier": "^0.2.7",
26-
"grunt-notify": "^0.4.1",
27-
"grunt-release": "^0.9.0"
28-
}
2+
"name": "local-music-player-firefox",
3+
"version": "0.5.10",
4+
"description": "Browse and listen to your local music",
5+
"main": "addon/lib/main.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/bobbyrne01/local-music-player-firefox.git"
12+
},
13+
"author": "Robert Byrne",
14+
"license": "GNU GPL v3",
15+
"bugs": {
16+
"url": "https://github.com/bobbyrne01/local-music-player-firefox/issues"
17+
},
18+
"homepage": "https://github.com/bobbyrne01/local-music-player-firefox",
19+
"devDependencies": {
20+
"grunt": "^0.4.5",
21+
"grunt-contrib-csslint": "^0.3.1",
22+
"grunt-contrib-jshint": "^0.10.0",
23+
"grunt-contrib-watch": "^0.6.1",
24+
"grunt-html-validation": "^0.1.18",
25+
"grunt-jsbeautifier": "^0.2.7",
26+
"grunt-notify": "^0.4.1",
27+
"grunt-release": "^0.9.0"
28+
}
2929
}

0 commit comments

Comments
 (0)