File tree 3 files changed +5
-55
lines changed
3 files changed +5
-55
lines changed Original file line number Diff line number Diff line change 26
26
"predoc" : " node ../../scripts/exp/remove-exp.js temp" ,
27
27
"doc" : " api-documenter markdown --input temp --output docs" ,
28
28
"build:doc" : " yarn build && yarn doc" ,
29
- "typings:public" : " node ../../scripts/exp /use_typings.js --public" ,
30
- "typings:internal" : " node ../../scripts/exp /use_typings.js"
29
+ "typings:public" : " node ./use_typings.js --public" ,
30
+ "typings:internal" : " node ./use_typings.js"
31
31
},
32
32
"dependencies" : {
33
33
"@firebase/app-types-exp" : " 0.0.800" ,
Original file line number Diff line number Diff line change 8
8
"browser" : " dist/index.esm.js" ,
9
9
"module" : " dist/index.esm.js" ,
10
10
"esm2017" : " dist/index.esm2017.js" ,
11
- "files" : [
12
- " dist"
13
- ],
11
+ "files" : [" dist" ],
14
12
"scripts" : {
15
13
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
16
14
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
29
27
"api-report" : " api-extractor run --local --verbose" ,
30
28
"predoc" : " node ../../scripts/exp/remove-exp.js temp" ,
31
29
"doc" : " api-documenter markdown --input temp --output docs" ,
32
- "build:doc" : " yarn build && yarn doc" ,
33
- "typings:public" : " node ../../scripts/exp/use_typings.js --public" ,
34
- "typings:internal" : " node ../../scripts/exp/use_typings.js"
30
+ "build:doc" : " yarn build && yarn doc"
35
31
},
36
32
"license" : " Apache-2.0" ,
37
33
"peerDependencies" : {
45
41
"typescript" : " 4.0.2"
46
42
},
47
43
"repository" : {
48
- "directory" : " packages-exp /functions-exp " ,
44
+ "directory" : " packages/functions" ,
49
45
"type" : " git" ,
50
46
"url" : " https://github.com/firebase/firebase-js-sdk.git"
51
47
},
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments