Skip to content

Commit d20d9e4

Browse files
committed
clean up
1 parent 5a0df88 commit d20d9e4

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# @firebase/template
1+
# @firebase/changelog-generator
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:
5-
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.
3+
It's works as plugin for @changesets/cli to generate changelog entries(via running `changeset version`).

repo-scripts/changelog-generator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"bugs": {
3535
"url": "https://github.com/firebase/firebase-js-sdk/issues"
3636
},
37-
"typings": "dist/index.d.ts",
3837
"nyc": {
3938
"extension": [
4039
".ts"

0 commit comments

Comments
 (0)