Skip to content

Commit bb4c9f4

Browse files
committed
chore: release v0.0.2
1 parent 396ee90 commit bb4c9f4

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unique-nft/api",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"sideEffects": false,
55
"license": "MIT",
66
"main": "./lib/bundle.cjs",
@@ -13,7 +13,14 @@
1313
],
1414
"repository": "github:UniqueNetwork/ts_api",
1515
"description": "Definitely typed JS API for the Unique Network blockchain",
16-
"keywords": ["Unique Network", "NFT", "RFT", "blockchain", "Polkadot", "Kusama"],
16+
"keywords": [
17+
"Unique Network",
18+
"NFT",
19+
"RFT",
20+
"blockchain",
21+
"Polkadot",
22+
"Kusama"
23+
],
1724
"scripts": {
1825
"ts": "tsc --project tsconfig.json",
1926
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo && mkdir lib",

0 commit comments

Comments
 (0)