Skip to content

Commit

Permalink
Update iptb and iptb-plugins
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Travis Person <travis@protocol.ai>
  • Loading branch information
Travis Person committed Nov 2, 2018
1 parent 95a990f commit 33d3a12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"version": "0.1.3"
},
{
"hash": "QmYAXfidRkyrQH5sGVA71TAwL1cknsDtMoLPV6Bjk13VrG",
"hash": "QmckeQ2zrYLAXoSHYTGn5BDdb22BqbUoHEHm8KZ9YWRxd1",
"name": "iptb",
"version": "1.3.7"
"version": "2.0.0"
},
{
"hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
Expand Down Expand Up @@ -583,7 +583,7 @@
},
{
"author": "whyrusleeping",
"hash": "QmZJXRAhsC7Zi94udXXdsnncJLYdSYBAckWxbxHJe9fPG3",
"hash": "QmYUiRXAFDkB3QJcJ6r5Djmguh1t1oL5iCRstbukvZzmMA",
"name": "iptb-plugins",
"version": "1.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions test/dependencies/iptb/iptb.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
"os"

cli "gx/ipfs/QmYAXfidRkyrQH5sGVA71TAwL1cknsDtMoLPV6Bjk13VrG/iptb/cli"
testbed "gx/ipfs/QmYAXfidRkyrQH5sGVA71TAwL1cknsDtMoLPV6Bjk13VrG/iptb/testbed"
cli "gx/ipfs/QmckeQ2zrYLAXoSHYTGn5BDdb22BqbUoHEHm8KZ9YWRxd1/iptb/cli"
testbed "gx/ipfs/QmckeQ2zrYLAXoSHYTGn5BDdb22BqbUoHEHm8KZ9YWRxd1/iptb/testbed"

plugin "gx/ipfs/QmZJXRAhsC7Zi94udXXdsnncJLYdSYBAckWxbxHJe9fPG3/iptb-plugins/local"
plugin "gx/ipfs/QmYUiRXAFDkB3QJcJ6r5Djmguh1t1oL5iCRstbukvZzmMA/iptb-plugins/local"
)

func init() {
Expand Down

0 comments on commit 33d3a12

Please sign in to comment.