Skip to content

Commit 9b6a75b

Browse files
committed
feat: bundle size
1 parent 50441e0 commit 9b6a75b

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
tsconfig.json
2+
node_modules/
3+
src/
4+
.circleci/*
5+
.env*
6+
test/*
7+
VersionHistory.md
8+
LICENSE
9+
CONTRIBUTING.md
10+
.all-contributorsrc
11+
/index.ts
12+
yarn.lock
13+
yarn-error.log
14+
package-lock.json
15+
.git/
16+
.github/
17+
.prettierrc
18+
nest-cli.json
19+
_config.yml
20+
.eslint*

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Rubin Bhandari
3+
Copyright (c) 2022 Rubin Bhandari
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)