Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 463212 - cannot install many of the plugins
  • Loading branch information
mamacdon committed Mar 26, 2015
1 parent 2ae2631 commit 6e61ea2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/plugins.json
Expand Up @@ -5,24 +5,24 @@
"url": "https://github.com/mamacdon/mamacdon.github.com/tree/master/0.5/beautify",
"versions": {
">=1.0": {
"url": "{RepoWebURL}0.5/plugins/beautify/jsbeautify.html"
"url": "{RepoWebURL}/0.5/plugins/beautify/jsbeautify.html"
}
}
},
{ "name": "Uglify",
"description": "Minifies your JavaScript code using <a href=\"https://github.com/mishoo/UglifyJS\">uglify-js</a>.",
"url": "{RepoWebURL}0.5/plugins/uglify",
"url": "{RepoWebURL}/0.5/plugins/uglify",
"versions": {
">=0.5": {
"url": "{RepoWebURL}0.5/plugins/uglify/uglify-plugin.html"
"url": "{RepoWebURL}/0.5/plugins/uglify/uglify-plugin.html"
}
}
},
{ "name": "Bugzilla",
"description": "A <a href=\"http://dev.eclipse.org/mhonarc/lists/orion-dev/msg00688.html\">Bugzilla integration</a> plugin for Orion.",
"versions": {
">=0.5": {
"url": "{RepoWebURL}0.3/plugins/bugzilla/plugin.html"
"url": "{RepoWebURL}/0.3/plugins/bugzilla/plugin.html"
}
}
},
Expand Down

0 comments on commit 6e61ea2

Please sign in to comment.