X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=package.json;h=393de2cb3528bd213e1b8a2d340ef0c96c2d2913;hb=368c35f104dd20775f9564941acdebae435e5cc8;hp=489f309d8c5891116b5438ea5e09bbe4371a3939;hpb=1b461ad2148c6aa20a562c4458342da2fbdf75d8;p=crowdnode.js%2F.git diff --git a/package.json b/package.json index 489f309..393de2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crowdnode", - "version": "1.0.1", + "version": "1.3.1", "description": "Manage your stake in Đash with the CrowdNode Blockchain API", "main": "./lib/crowdnode.js", "bin": { @@ -9,7 +9,12 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "files": [], + "files": [ + "bin", + "lib", + "tsconfig.json", + "types.js" + ], "repository": { "type": "git", "url": "git+https://github.com/dashhive/crowdnode.js.git"