Skip to content

Commit

Permalink
Merge pull request #27 from lazaralex98/prt-300-update-ts-config-to-n…
Browse files Browse the repository at this point in the history
…ot-mention-hh

PRT-300 Update TS config to not mention HH config
  • Loading branch information
mauricedesaxe authored Jul 4, 2022
2 parents 1e711c4 + c3aa622 commit 07b0837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"outDir": "dist",
"declaration": true
},
"include": ["./**/*.ts", "./**.ts"],
"files": ["./hardhat.config.ts"]
"include": ["./**/*.ts", "./**.ts"]
}

0 comments on commit 07b0837

Please sign in to comment.