We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465a72e commit da6061fCopy full SHA for da6061f
client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stacks/blockchain-api-client",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"access": "public",
5
"description": "Client for the Stacks Blockchain API",
6
"homepage": "https://github.com/blockstack/stacks-blockchain-api/tree/master/client#readme",
@@ -30,8 +30,8 @@
30
},
31
"prettier": "@blockstack/prettier-config",
32
"files": [
33
- "./src",
34
- "./lib"
+ "src",
+ "lib"
35
],
36
"dependencies": {
37
"@blockstack/stacks-blockchain-api-types": "^0.5.3",
0 commit comments