Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
njokuScript committed Jan 11, 2024
1 parent 9ef96ef commit 4f293cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@descent-protocol/sdk",
"version": "0.1.21",
"version": "0.1.22",
"description": "A Typescript library for interacting with the Descent Protocol",
"keywords": [
"xNGN",
Expand Down Expand Up @@ -79,8 +79,7 @@
"prepublishOnly": "npm ci && npm run build",
"dev": "concurrently -c yellow,blue -n RLP,SRV \"npm:build:watch\" \"npm:serve\"",
"build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
"build": "node esbuild.js",
"build:rollup": "rollup -c",
"build": "rollup -c",
"test": "jest --coverage ./test/",
"test:getter": "jest ./test/getters.test.ts",
"test:vault": "jest ./test/vault.test.ts",
Expand Down

0 comments on commit 4f293cc

Please sign in to comment.