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");
22
22
23
23
// For debugging purposes. Note that the tracing module isn't available
24
24
// 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 /" ;
26
26
const { getTrace } = Cu . import ( baseUrl + "node_modules/firebug.sdk/lib/core/actor.js" ) ;
27
27
const Trace = getTrace ( ) ;
28
28
//const Trace = {sysout: () => {}};
Original file line number Diff line number Diff line change 2
2
"title" : " FireAngular" ,
3
3
"name" : " fireangular" ,
4
4
"version" : " 0.0.1-zeta.1" ,
5
- "id" : " fireangular@alcacoop.it " ,
5
+ "id" : " fireangular@getfirebug.com " ,
6
6
"description" : " Firefox plugin for Angular development" ,
7
7
"main" : " index.js" ,
8
8
"icon" : " chrome://fireangular/skin/fireangular-icon.png" ,
9
- "author" : " Luca Greco (ALCA Societa' Cooperativa) " ,
9
+ "author" : " Firebug Working Group " ,
10
10
"contributors" : [
11
+ " Luca Greco (ALCA Societa' Cooperativa)" ,
11
12
" Jan Odvarko (Mozilla Corp.)"
12
13
],
13
- "homepage" : " https://github.com/rpl /fireangular/wiki" ,
14
+ "homepage" : " https://github.com/firebug /fireangular/wiki" ,
14
15
"forum" : " https://groups.google.com/forum/#!forum/firebug" ,
15
16
"engines" : {
16
17
"firefox" : " >=36.0"
17
18
},
18
19
"license" : " BSD License" ,
19
20
"repository" : {
20
21
"type" : " git" ,
21
- "url" : " https://github.com/rpl /fireangular.git"
22
+ "url" : " https://github.com/firebug /fireangular.git"
22
23
},
23
24
"dependencies" : {
24
25
"firebug.sdk" : " 0.5.5"
25
26
},
26
27
"bugs" : {
27
- "url" : " https://github.com/rpl /fireangular/issues"
28
+ "url" : " https://github.com/firebug /fireangular/issues"
28
29
},
29
30
"preferences-branch" : " firebug.fireangular" ,
30
31
"preferences" : [{
You can’t perform that action at this time.
0 commit comments