File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"engines" : {
10
10
"node" : " >=8"
11
11
},
12
- "main" : " build/dist /index.js" ,
12
+ "main" : " build/cjs /index.js" ,
13
13
"module" : " build/esm/index.js" ,
14
14
"types" : " build/types/index.d.ts" ,
15
15
"publishConfig" : {
29
29
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
30
30
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
31
31
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
32
- "clean" : " rimraf dist esm build" ,
32
+ "clean" : " rimraf build" ,
33
33
"link:yarn" : " yarn link" ,
34
34
"lint" : " run-s lint:prettier lint:eslint" ,
35
35
"lint:eslint" : " eslint . --cache --cache-location '../../eslintcache/' --format stylish" ,
Original file line number Diff line number Diff line change 3
3
4
4
"compilerOptions" : {
5
5
"module" : " commonjs" ,
6
- "outDir" : " build/dist "
6
+ "outDir" : " build/cjs "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments