forgot to build for sdk 0.0.3, upgrading to 0.0.4
This commit is contained in:
parent
373a7b186f
commit
871a5e55b7
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@project-serum/serum-dev-tools",
|
"name": "@project-serum/serum-dev-tools",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "developer tooling suite for building on serum",
|
"description": "developer tooling suite for building on serum",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -19,7 +19,8 @@
|
||||||
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts",
|
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts",
|
||||||
"prepare": "cd .. && husky install ts/.husky",
|
"prepare": "cd .. && husky install ts/.husky",
|
||||||
"lint": "eslint --fix",
|
"lint": "eslint --fix",
|
||||||
"docs": "typedoc --entryPoints src/index.ts"
|
"docs": "typedoc --entryPoints src/index.ts",
|
||||||
|
"publish": "yarn build && npm publish"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/**/*.ts": [
|
"src/**/*.ts": [
|
||||||
|
|
Loading…
Reference in New Issue