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 7a0478a commit b17a4c4Copy full SHA for b17a4c4
package.json
@@ -2,7 +2,7 @@
2
"name": "public-ipfs-gateway",
3
"description": "Get Public IPFS gateway url easily",
4
"author": "codev911",
5
- "version": "1.0.6",
+ "version": "1.0.7",
6
"main": "./dist/index.js",
7
"browser": "./dist/iife/index.js",
8
"module": "./dist/esm/index.js",
@@ -18,6 +18,8 @@
18
},
19
"devDependencies": {
20
"@types/jest": "^29.5.11",
21
+ "@types/mocha": "^10.0.6",
22
+ "@types/node": "^14",
23
"jest": "^29.7.0",
24
"prettier": "^3.2.4",
25
"rimraf": "^5.0.5",
tsconfig.json
@@ -18,6 +18,11 @@
"axios": ["./node_modules/axios"],
"tslib": ["./node_modules/tslib"]
+ "types": [
+ "node",
+ "jest",
+ "mocha"
+ ]
26
27
"exclude": ["node_modules"],
28
}
0 commit comments