Skip to content

Commit

Permalink
Item15229: removed bogus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Nov 17, 2023
1 parent 043c070 commit 403c80c
Showing 1 changed file with 6 additions and 7 deletions.
Expand Up @@ -28,13 +28,12 @@ sub new {

my $this = bless(
$class->SUPER::new(
name => 'JsonRpc',
version => '1.0',
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JsonRpcContrib',
javascript => ['jquery.jsonrpc.js'],
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JsonRpcContrib',
dependencies => ['JQUERYPLUGIN::JSON2'],
name => 'JsonRpc',
version => '1.0',
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JsonRpcContrib',
javascript => ['jquery.jsonrpc.js'],
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JsonRpcContrib',
),
$class
);
Expand Down

0 comments on commit 403c80c

Please sign in to comment.