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 bf76e84 commit 54cbeabCopy full SHA for 54cbeab
package.json
@@ -1,13 +1,16 @@
1
{
2
"name": "@code4rena/typed-client",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"main": "lib/index.js",
5
"exports": {
6
".": "./lib/index.js",
7
"./build": "./lib/build/index.js"
8
},
9
"types": "lib/index.d.ts",
10
- "files": ["lib/**/*.js", "lib/**/*.d.ts"],
+ "files": [
11
+ "lib/**/*.js",
12
+ "lib/**/*.d.ts"
13
+ ],
14
"scripts": {
15
"clean": "rm -f lib/*.js lib/*.d.ts lib/**/*.js lib/**/*.d.ts",
16
"test": "node --experimental-strip-types --test",
0 commit comments