File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 6
6
"files" : [
7
7
" /dist"
8
8
],
9
- "typings" : " dist/js-client-sdk-common.d.ts" ,
9
+ "types" : " ./dist/index.d.ts" ,
10
+ "exports" : {
11
+ "." : {
12
+ "types" : " ./dist/index.d.ts" ,
13
+ "default" : " ./dist/index.js"
14
+ }
15
+ },
10
16
"scripts" : {
11
17
"lint" : " eslint '**/*.{ts,tsx}' --cache" ,
12
18
"lint:fix" : " eslint --fix '**/*.{ts,tsx}' --cache" ,
13
19
"lint:fix-pre-commit" : " eslint -c .eslintrc.pre-commit.js --fix '**/*.{ts,tsx}' --no-eslintrc --cache" ,
14
20
"prepare" : " make prepare" ,
15
- "pre-commit" : " lint-staged && tsc && yarn docs " ,
21
+ "pre-commit" : " lint-staged && tsc" ,
16
22
"typecheck" : " tsc" ,
17
23
"test" : " yarn test:unit" ,
18
- "test:unit" : " NODE_ENV=test jest '.*\\ .spec\\ .ts'" ,
19
- "docs" : " api-documenter markdown -i ./temp -o ./docs"
24
+ "test:unit" : " NODE_ENV=test jest '.*\\ .spec\\ .ts'"
20
25
},
21
26
"jsdelivr" : " dist/eppo-sdk.js" ,
22
27
"repository" : {
You can’t perform that action at this time.
0 commit comments