Skip to content

Commit

Permalink
fix: npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Aug 23, 2022
1 parent 167109a commit 5256ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-kubo-rpc-client",
"version": "1.0.0",
"description": "A client library for the IPFS HTTP API",
"name": "kubo-rpc-client",
"version": "0.0.1",
"description": "A client library for the Kubo RPC API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-kubo-rpc-client#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist",
"emitDeclarationOnly": true,
"emitDeclarationOnly": false,
"declaration": true
},
"include": [
Expand Down

0 comments on commit 5256ba0

Please sign in to comment.