diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-12-09 11:59:41 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-12-09 11:59:41 +0100 |
commit | 7f563b5ea81d1e78d1c895fdfc6df6ae4f2c1d1d (patch) | |
tree | 4c5643d33bbdef1143461d8644ebc6c2dd475f71 /package.json | |
parent | fe997aaa61800fad4a295dc9ffb4843c0bc4d4ec (diff) | |
download | bugzilla-triage-7f563b5ea81d1e78d1c895fdfc6df6ae4f2c1d1d.tar.gz |
Fix compatibility of packages.json ... s/jetpack-core/api-utils/
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ad1bd6f..ea847cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY", "dependencies": [ - "jetpack-core", "addon-kit" + "api-utils", "addon-kit" ], "fullName": "bugzilla-triage-scripts", "description": "Additional buttons and other function helping in the triage on bugzilla", |