File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " reactor-ts" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Reactor runtime written in TypeScript" ,
5
- "main" : " lib/index.js" ,
5
+ "main" : " lib/core/index.js" ,
6
+ "type" : " commonjs" ,
7
+ "types" : " src" ,
6
8
"dependencies" : {
7
9
"@definitelytyped/header-parser" : " 0.0.29" ,
8
10
"@definitelytyped/typescript-versions" : " 0.0.29" ,
36
38
"typedoc" : " ^0.21.4" ,
37
39
"typescript" : " ^4.3.5"
38
40
},
39
- "files" : [
40
- " lib"
41
- ],
42
41
"scripts" : {
43
42
"check-types" : " tsc" ,
44
- "build " : " rm -rf dist lib && babel src --out-dir lib --extensions .ts" ,
43
+ "install " : " rm -rf lib && babel src --out-dir lib --extensions .ts" ,
45
44
"deploy" : " npm run build && npm run doc" ,
46
45
"doc" : " typedoc --exclude \" **/+(example|benchmark|share)/**/*.ts\" --out docs src && touch docs/.nojekyll" ,
47
46
"dtslint" : " dtslint __tests__/types" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ export * from "./reactor"
13
13
export * from "./bank"
14
14
export * from "./event"
15
15
export * from "./cli"
16
-
You can’t perform that action at this time.
0 commit comments