Skip to content

Commit

Permalink
add .npmignore (#18)
Browse files Browse the repository at this point in the history
* Update package.json

* Use .npmignore instead of package.json:files

* Include docs/src in NPM package

* Include tsconfig
  • Loading branch information
gksander authored Apr 18, 2022
1 parent 8abfab1 commit 3742163
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ lerna-debug.log
.filmstrip
*.tsbuildinfo

cbpay-sdk.tgz
package/
coinbase-cbpay-js-*.tgz
.vscode
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*
!dist/**/*
!docs/**/*
!src/**/*
!tsconfig.json

0 comments on commit 3742163

Please sign in to comment.