File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Diederik van den Burger <diederikvandenburger@tab.capital>" ,
6
6
"repository" : " https://github.com/DiederikvandenB/apollo-link-sentry.git" ,
7
7
"homepage" : " https://github.com/DiederikvandenB/apollo-link-sentry" ,
8
- "main" : " build/ cjs/index.js" ,
9
- "module" : " build/ esm/index.js" ,
10
- "browser" : " build/ esm/index.js" ,
11
- "typings" : " build/ esm/index.d.ts" ,
8
+ "main" : " lib- cjs/index.js" ,
9
+ "module" : " lib- esm/index.js" ,
10
+ "browser" : " lib- esm/index.js" ,
11
+ "typings" : " lib- esm/index.d.ts" ,
12
12
"files" : [
13
- " build/**/*"
13
+ " lib-cjs/**/*" ,
14
+ " lib-esm/**/*"
14
15
],
15
16
"sideEffects" : false ,
16
17
"keywords" : [
22
23
"scripts" : {
23
24
"watch" : " tsc-watch --project=tsconfig.json" ,
24
25
"prebuild" : " rimraf lib-cjs lib-esm" ,
25
- "build" : " tsc --target esnext --outDir build/ esm && tsc --target es5 --outDir build/ cjs" ,
26
+ "build" : " tsc --target esnext --outDir lib- esm && tsc --target es5 --outDir lib- cjs" ,
26
27
"test" : " jest" ,
27
28
"test:coverage" : " jest --coverage --watchAll=false" ,
28
29
"lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments