Skip to content

Commit 4d20cce

Browse files
committed
added changelog, version etc.
1 parent 54b5018 commit 4d20cce

7 files changed

Lines changed: 55 additions & 25567 deletions

File tree

.gitignore

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,39 @@
1-
node_modules/
21

32
build/
3+
4+
# dependencies
5+
node_modules/
46
packages/*/dist/
7+
/.pnp
8+
.pnp.js
9+
10+
# testing
11+
/coverage
12+
13+
# production
14+
/dist
15+
16+
# misc
17+
.DS_Store
18+
*.pem
519

6-
yarn-error.log
20+
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
yarn.lock
27+
package-lock.json
728
npm-debug.log
829
lerna-debug.log
30+
31+
# local env files
32+
.env
33+
.env.*
34+
35+
#firebase
36+
ui-debug.log
37+
38+
.vscode
39+
.idea

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is written to be a whitelist instead of a blacklist. Start by
2+
# ignoring everything, then add back the files we want to be included in the
3+
# final NPM package.
4+
*
5+
6+
# And these are the files that are allowed.
7+
!/CHANGELOG.md
8+
!/LICENSE
9+
!/README.md
10+
!/VERSION
11+
!/package.json
12+
!/packages/**/*

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock = false

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CHANGELOG
2+
3+
## 0.0.1-alpha - 2022-03-22
4+
- Initial release with base client library

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.1-alpha

0 commit comments

Comments
 (0)