diff --git a/package.json b/package.json index 675ed44..5cf857e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@bancor/carbon-sdk", "type": "module", "source": "src/index.ts", - "version": "0.0.98-DEV", + "version": "0.0.99-DEV", "description": "The SDK is a READ-ONLY tool, intended to facilitate working with Carbon contracts. It's a convenient wrapper around our matching algorithm, allowing programs and users get a ready to use transaction data that will allow them to manage strategies and fulfill trades", "main": "dist/index.cjs", "module": "dist/index.js", @@ -60,7 +60,7 @@ "types": "dist/index.d.ts", "scripts": { "clean": "rm -rf dist && rm -rf src/abis/types", - "compile-abis": "typechain --target ethers-v5 --out-dir 'src/abis/types' 'src/abis/**/*.json'", + "compile-abis": "typechain --target ethers-v5 --out-dir \"src/abis/types\" \"src/abis/**/*.json\"", "prebuild": "yarn clean && yarn compile-abis", "build": "yarn lint && rollup -c", "test": "yarn lint && mocha",