File tree 3 files changed +11
-52
lines changed
3 files changed +11
-52
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,11 @@ coverage
3
3
** /dist
4
4
** /* .dist. *
5
5
* .tsbuildinfo
6
+ * .d.cts
7
+ * .d.cts.map
8
+ * .d.mts
9
+ * .d.mts.map
10
+ ** /* .d.cts
11
+ ** /* .d.cts.map
12
+ ** /* .d.mts
13
+ ** /* .d.mts.map
Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.8" ,
4
4
"type" : " module" ,
5
5
"main" : " ubik.mjs" ,
6
- "types" : " ubik.d.ts" ,
7
6
"homepage" : " https://github.com/hackbg/ubik" ,
8
7
"repository" : " hackbg/ubik" ,
9
8
"bin" : {
27
26
"release" : " ./ubik.cli.mjs release --access public --otp 123123" ,
28
27
"check" : " tsc --noEmit" ,
29
28
"test" : " time ./ubik.test.mjs" ,
30
- "cov" : " time c8 -x .fixtures -x '**/*.test.mjs' -r text -r html ./ubik.test.mjs"
29
+ "cov" : " time c8 -x .fixtures -x '**/*.test.mjs' -r text -r html ./ubik.test.mjs" ,
30
+ "emit" : " tsc --declaration --emitDeclarationOnly --declarationMap" ,
31
+ "clean" : " find . \\ ( -name \\ *.d.\\ *ts -o -name \\ *.d.\\ *ts.map \\ ) ! -path '*/node_modules/*' -exec rm {} \\ ;"
31
32
},
32
33
"dependencies" : {
33
34
"@hackbg/logs" : " ^2.0.8" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments