Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Feb 2, 2022
1 parent bf56317 commit cc48bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s2g/ipfs-pinning-adapter",
"version": "0.1.1",
"version": "0.1.2",
"readme": "README.md",
"description": "Framework for unifying different IPFS pinning services",
"homepage": "https://github.com/s2gprotocol/ipfs-pinning-adapter#readme",
Expand Down
1 change: 1 addition & 0 deletions src/adapters/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { NftStorageAdapter } from "./nftstorage";
export { PinataAdapter } from "./pinata";
export { IPFSAdapter } from "./adapter";

0 comments on commit cc48bdc

Please sign in to comment.