This commit is contained in:
Nathaniel Parke 2020-09-01 16:32:07 +08:00
parent eb5b34e9a0
commit 6fce4c5c24
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@project-serum/serum",
"version": "0.9.3",
"version": "0.9.4",
"description": "Library for interacting with the serum dex",
"license": "MIT",
"repository": "project-serum/serum-js",
@ -15,6 +15,7 @@
"start": "tsc --watch",
"clean": "rm -rf lib",
"prepare": "run-s clean build",
"shell": "node -e \"$(< shell)\" -i --experimental-repl-await",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint src",

0
shell Normal file
View File