diff --git a/package.json b/package.json index 2a16b15..717a611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toucan-sdk", - "version": "0.1.3-beta", + "version": "0.1.4-beta", "description": "A JavaScript SDK for Toucan Protocol. Works in the web browser and Node.js.", "main": "index.ts", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 3e87c08..528184a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,5 @@ "outDir": "dist", "declaration": true }, - "include": ["./**/*.ts", "./**.ts"], - "files": ["./hardhat.config.ts"] + "include": ["./**/*.ts", "./**.ts"] }