Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampleforthorg/sdk",
"version": "1.0.33",
"version": "1.0.34",
"description": "Typescript SDK for the Ampleforth Protocol",
"license": "GPL-3.0-or-later",
"main": "dist/src/index.js",
Expand All @@ -12,8 +12,8 @@
"scripts": {
"clean": "rimraf coverage build tmp",
"prebuild": "yarn lint:fix",
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json",
"build": "tsc -p tsconfig.json --skipLibCheck",
"build:watch": "tsc -w -p tsconfig.json --skipLibCheck",
"lint": "yarn eslint && yarn prettier:list-different",
"lint:fix": "yarn eslint:fix && yarn prettier",
"eslint": "eslint . --ext .ts,.tsx",
Expand Down
Loading