We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edfe12 commit ffa75d1Copy full SHA for ffa75d1
packages/toolshed/package.json
@@ -19,8 +19,8 @@
19
"default": "./dist/deployments/index.js"
20
},
21
"./hardhat": {
22
- "types": "./dist/hardhat/index.d.ts",
23
- "default": "./dist/hardhat/index.js"
+ "types": "./src/hardhat/index.ts",
+ "default": "./src/hardhat/index.ts"
24
25
"./utils": {
26
"types": "./dist/utils/index.d.ts",
@@ -29,7 +29,8 @@
29
30
"scripts": {
31
"build": "tsc",
32
- "lint": "eslint '**/*.{js,ts}' --fix"
+ "lint": "eslint '**/*.{js,ts}' --fix",
33
+ "clean": "rm -rf dist"
34
35
"keywords": [
36
"ethereum",
@@ -58,4 +59,4 @@
58
59
"eslint-graph-config": "workspace:^",
60
"typescript": "^5.0.0"
61
}
-}
62
+}
0 commit comments