Skip to content

Commit da6061f

Browse files
committed
fix: client package.json files includes
1 parent 465a72e commit da6061f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/blockchain-api-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"access": "public",
55
"description": "Client for the Stacks Blockchain API",
66
"homepage": "https://github.com/blockstack/stacks-blockchain-api/tree/master/client#readme",
@@ -30,8 +30,8 @@
3030
},
3131
"prettier": "@blockstack/prettier-config",
3232
"files": [
33-
"./src",
34-
"./lib"
33+
"src",
34+
"lib"
3535
],
3636
"dependencies": {
3737
"@blockstack/stacks-blockchain-api-types": "^0.5.3",

0 commit comments

Comments
 (0)