File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,5 @@ typings/
62
62
# dotenv environment variables file
63
63
.env
64
64
65
- @types
65
+ index.d.ts
66
+ from.d.ts
Original file line number Diff line number Diff line change 6
6
"files" : [
7
7
" from.js" ,
8
8
" index.js" ,
9
- " @types/ index.d.ts" ,
10
- " @types/ from.d.ts"
9
+ " index.d.ts" ,
10
+ " from.d.ts"
11
11
],
12
12
"scripts" : {
13
13
"lint" : " xo" ,
14
14
"test" : " xo && ava" ,
15
15
"report" : " c8 --reporter json --reporter text ava" ,
16
16
"coverage" : " c8 --reporter json --reporter text ava && codecov -f coverage/coverage-final.json" ,
17
- "prepublishOnly" : " tsc --declaration --emitDeclarationOnly --allowJs --outDir @types index.js from.js"
17
+ "prepublishOnly" : " tsc --declaration --emitDeclarationOnly --allowJs index.js from.js"
18
18
},
19
19
"repository" : " https://github.com/node-fetch/fetch-blob.git" ,
20
20
"keywords" : [
You can’t perform that action at this time.
0 commit comments