Skip to content

Commit

Permalink
producer/async
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostec committed May 10, 2019
1 parent bdc8433 commit 0c21a3a
Show file tree
Hide file tree
Showing 35 changed files with 2,727 additions and 3,246 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ typings/
# dotenv environment variables file
.env

# build
es
lib
dist
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "protos"]
path = protos
[submodule "src/producer/protos"]
path = src/producer/protos
url = git@github.com:topfreegames/protos.git
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src
package-json.lock
rollup.config.js
.babelrc
test
Makefile
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ test:
@NODE_ENV=test LOG_LEVEL=fatal npm test

build:
@rm -rf es lib dist 2> /dev/null
@npx rollup -c
100 changes: 0 additions & 100 deletions dist/client.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/client.min.js

This file was deleted.

93 changes: 0 additions & 93 deletions es/client.js

This file was deleted.

95 changes: 0 additions & 95 deletions lib/client.js

This file was deleted.

Loading

0 comments on commit 0c21a3a

Please sign in to comment.