Skip to content

Commit 54cbeab

Browse files
committed
1.0.1
1 parent bf76e84 commit 54cbeab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "@code4rena/typed-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "lib/index.js",
55
"exports": {
66
".": "./lib/index.js",
77
"./build": "./lib/build/index.js"
88
},
99
"types": "lib/index.d.ts",
10-
"files": ["lib/**/*.js", "lib/**/*.d.ts"],
10+
"files": [
11+
"lib/**/*.js",
12+
"lib/**/*.d.ts"
13+
],
1114
"scripts": {
1215
"clean": "rm -f lib/*.js lib/*.d.ts lib/**/*.js lib/**/*.d.ts",
1316
"test": "node --experimental-strip-types --test",

0 commit comments

Comments
 (0)