File tree Expand file tree Collapse file tree 6 files changed +15
-246
lines changed Expand file tree Collapse file tree 6 files changed +15
-246
lines changed Original file line number Diff line number Diff line change 1
1
coverage /
2
2
dist /tsdoc-metadata.json
3
- lib /
3
+ dist /
4
4
node_modules /
5
5
temp /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"name" : " @electron/fiddle-core" ,
7
7
"version" : " 0.0.0-development" ,
8
- "main" : " lib /index.js" ,
8
+ "main" : " dist /index.js" ,
9
9
"bin" : {
10
- "fiddle-core" : " lib /index.js"
10
+ "fiddle-core" : " dist /index.js"
11
11
},
12
- "types" : " dist/fiddle-core.d.ts" ,
13
12
"files" : [
14
- " dist/**/*"
13
+ " dist" ,
14
+ " README.md"
15
15
],
16
16
"scripts" : {
17
17
"build" : " tsc -b" ,
24
24
"lint:prettier:fix" : " prettier --write package.json src/**/*.ts" ,
25
25
"make" : " run-p build" ,
26
26
"prepublishOnly" : " npm run make" ,
27
- "start" : " node lib /index.js" ,
27
+ "start" : " node dist /index.js" ,
28
28
"test" : " jest" ,
29
29
"test:ci" : " jest --runInBand --coverage"
30
30
},
46
46
"@types/fs-extra" : " ^9.0.13" ,
47
47
"@types/getos" : " ^3.0.1" ,
48
48
"@types/jest" : " ^27.4.0" ,
49
+ "@types/node" : " ^14.14.31" ,
49
50
"@types/node-fetch" : " ^2.5.11" ,
50
51
"@types/semver" : " ^7.3.9" ,
51
52
"@typescript-eslint/eslint-plugin" : " ^5.9.1" ,
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env node
2
+
1
3
import { DefaultPaths , Paths } from './paths' ;
2
4
import {
3
5
Installer ,
Original file line number Diff line number Diff line change 6
6
"lib" : [" es2018" ],
7
7
"module" : " commonjs" ,
8
8
"moduleResolution" : " node" ,
9
- "outDir" : " lib " ,
9
+ "outDir" : " dist " ,
10
10
"resolveJsonModule" : true ,
11
11
"strict" : true ,
12
12
"target" : " es2018" ,
Original file line number Diff line number Diff line change 1431
1431
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.24.tgz#c37ac69cb2948afb4cef95f424fa0037971a9a5c"
1432
1432
integrity sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ==
1433
1433
1434
+ " @types/node@^14.14.31 " :
1435
+ version "14.18.31"
1436
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.31.tgz#4b873dea3122e71af4f77e65ec5841397ff254d3"
1437
+ integrity sha512-vQAnaReSQkEDa8uwAyQby8bYGKu84R/deEc6mg5T8fX6gzCn8QW6rziSgsti1fNvsrswKUKPnVTi7uoB+u62Mw==
1438
+
1434
1439
" @types/normalize-package-data@^2.4.0 " :
1435
1440
version "2.4.1"
1436
1441
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
You can’t perform that action at this time.
0 commit comments