Skip to content

Commit 49e55b7

Browse files
committed
fix small things
1 parent 4535e99 commit 49e55b7

File tree

5 files changed

+7
-16
lines changed

5 files changed

+7
-16
lines changed

packages-exp/app-exp/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
# @firebase/template
1+
# @firebase/app
22

3-
This package can be used as a template for anyone creating new packages in the
4-
Firebase JS SDK. It will give you a couple things OOTB:
3+
This package coordinates the communication between the different Firebase components
54

6-
- **Typescript Support:** Your code should be written in TS to be consistent
7-
with the rest of the SDK.
8-
- **Isomorphic Testing/Coverage:** Your tests will be run in both Node.js and
9-
Browser environments and coverage from both, collected.
10-
- **Links to all of the other packages:** Should your new package need to take
11-
a dependency on any of the other packages in this monorepo (e.g.
12-
`@firebase/app`, `@firebase/util`, etc), all those dependencies are already
13-
set up, you can just remove the ones you don't need.
5+
**This package is not intended for direct usage, and should only be used via the officially supported [firebase](https://www.npmjs.com/package/firebase) package.**

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript": "3.8.3"
3939
},
4040
"repository": {
41-
"directory": "packages/app-exp",
41+
"directory": "packages-exp/app-exp",
4242
"type": "git",
4343
"url": "https://github.com/firebase/firebase-js-sdk.git"
4444
},

packages-exp/app-types-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private.d.ts"
1414
],
1515
"repository": {
16-
"directory": "packages/app-types",
16+
"directory": "packages-exp/app-types-exp",
1717
"type": "git",
1818
"url": "https://github.com/firebase/firebase-js-sdk.git"
1919
},

packages/firebase/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "dist",
55
"declaration": false,
6-
"allowSyntheticDefaultImports": true,
7-
"resolveJsonModule": true
6+
"allowSyntheticDefaultImports": true
87
},
98
"exclude": [
109
"dist/**/*"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9313,7 +9313,7 @@ lead@^1.0.0:
93139313
dependencies:
93149314
flush-write-stream "^1.0.2"
93159315

9316-
lerna@^3.20.2:
9316+
93179317
version "3.20.2"
93189318
resolved "https://registry.npmjs.org/lerna/-/lerna-3.20.2.tgz#abf84e73055fe84ee21b46e64baf37b496c24864"
93199319
integrity sha512-bjdL7hPLpU3Y8CBnw/1ys3ynQMUjiK6l9iDWnEGwFtDy48Xh5JboR9ZJwmKGCz9A/sarVVIGwf1tlRNKUG9etA==

0 commit comments

Comments
 (0)