forgot to build for sdk 0.0.3, upgrading to 0.0.4

This commit is contained in:
Sayantan Karmakar 2022-05-31 12:59:16 +05:30
parent 373a7b186f
commit 871a5e55b7
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@project-serum/serum-dev-tools",
"version": "0.0.3",
"version": "0.0.4",
"description": "developer tooling suite for building on serum",
"repository": {
"type": "git",
@ -19,7 +19,8 @@
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts",
"prepare": "cd .. && husky install ts/.husky",
"lint": "eslint --fix",
"docs": "typedoc --entryPoints src/index.ts"
"docs": "typedoc --entryPoints src/index.ts",
"publish": "yarn build && npm publish"
},
"lint-staged": {
"src/**/*.ts": [