Skip to content

Commit

Permalink
Remove bundled commit (#35)
Browse files Browse the repository at this point in the history
* Update .gitignore

Remove bundled files in commits

 - David

* 1.3.2

* Update .npmignore

 - David
  • Loading branch information
davidnub authored Sep 11, 2019
1 parent 15566f9 commit 760b8b6
Show file tree
Hide file tree
Showing 27 changed files with 20 additions and 1,925 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# No bundled stuff in git
dist
lib

# No rollup stuff
.rts2_cache*

# Runtime data
pids
*.pid
Expand Down
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ coverage/
*.iml

.babelrc

# No rollup cache
.rts2_cache*

# No source or test needed
src
test

# No build specifics needed
.pubnub.yml
.travis.yml
1,273 changes: 0 additions & 1,273 deletions dist/pubnub-react.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/pubnub-react.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/stats.json

This file was deleted.

89 changes: 0 additions & 89 deletions lib/autoload.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/autoload.js.map

This file was deleted.

114 changes: 0 additions & 114 deletions lib/broadcast.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/broadcast.js.map

This file was deleted.

33 changes: 0 additions & 33 deletions lib/modules/clean.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/modules/clean.js.map

This file was deleted.

Loading

0 comments on commit 760b8b6

Please sign in to comment.