File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const DevToolsUtils = devtools["require"]("devtools/toolkit/DevToolsUtils");
2222
2323// For debugging purposes. Note that the tracing module isn't available
2424// on the backend (in case of remote device debugging).
25- const baseUrl = "resource://fireangular-at-alcacoop -dot-it /" ;
25+ const baseUrl = "resource://fireangular-at-getfirebug -dot-com /" ;
2626 const { getTrace } = Cu . import ( baseUrl + "node_modules/firebug.sdk/lib/core/actor.js" ) ;
2727 const Trace = getTrace ( ) ;
2828//const Trace = {sysout: () => {}};
Original file line number Diff line number Diff line change 22 "title" : " FireAngular" ,
33 "name" : " fireangular" ,
44 "version" : " 0.0.1-zeta.1" ,
5- "id" : " fireangular@alcacoop.it " ,
5+ "id" : " fireangular@getfirebug.com " ,
66 "description" : " Firefox plugin for Angular development" ,
77 "main" : " index.js" ,
88 "icon" : " chrome://fireangular/skin/fireangular-icon.png" ,
9- "author" : " Luca Greco (ALCA Societa' Cooperativa) " ,
9+ "author" : " Firebug Working Group " ,
1010 "contributors" : [
11+ " Luca Greco (ALCA Societa' Cooperativa)" ,
1112 " Jan Odvarko (Mozilla Corp.)"
1213 ],
13- "homepage" : " https://github.com/rpl /fireangular/wiki" ,
14+ "homepage" : " https://github.com/firebug /fireangular/wiki" ,
1415 "forum" : " https://groups.google.com/forum/#!forum/firebug" ,
1516 "engines" : {
1617 "firefox" : " >=36.0"
1718 },
1819 "license" : " BSD License" ,
1920 "repository" : {
2021 "type" : " git" ,
21- "url" : " https://github.com/rpl /fireangular.git"
22+ "url" : " https://github.com/firebug /fireangular.git"
2223 },
2324 "dependencies" : {
2425 "firebug.sdk" : " 0.5.5"
2526 },
2627 "bugs" : {
27- "url" : " https://github.com/rpl /fireangular/issues"
28+ "url" : " https://github.com/firebug /fireangular/issues"
2829 },
2930 "preferences-branch" : " firebug.fireangular" ,
3031 "preferences" : [{
You can’t perform that action at this time.
0 commit comments