Skip to content

Commit 34c0f69

Browse files
committed
transfer fireangular to the Firebug Working Group
1 parent c8ee22a commit 34c0f69

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

lib/fireangular-actor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: () => {}};

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
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": [{

0 commit comments

Comments
 (0)