Skip to content

Commit

Permalink
Dont include dist in package (#9)
Browse files Browse the repository at this point in the history
Use `npm publish` to publish the exact artifacts that are needed by consumers
  • Loading branch information
ftrimble committed Mar 13, 2019
1 parent d2f7524 commit ba32780
Show file tree
Hide file tree
Showing 32 changed files with 24 additions and 459 deletions.
6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/blend.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -2,13 +2,12 @@ node_modules
venv
coverage
logs
dist/test
dist
resources
*.log
.nyc_output
.idea
*.pyc
tscommand-*
.tscache/
dist/test
docs-build/
22 changes: 22 additions & 0 deletions .npmignore
@@ -0,0 +1,22 @@
src/
test/
Gruntfile.js
Makefile
tsconfig.json
tslint.*
bin/
docs/
dist/test

node_modules
venv
coverage
logs
resources
*.log
.nyc_output
.idea
*.pyc
tscommand-*
.tscache/
docs-build/
19 changes: 0 additions & 19 deletions dist/src/delay.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions dist/src/delay.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/delay.js.map

This file was deleted.

13 changes: 0 additions & 13 deletions dist/src/filter.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions dist/src/filter.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/filter.js.map

This file was deleted.

8 changes: 0 additions & 8 deletions dist/src/index.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions dist/src/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/index.js.map

This file was deleted.

9 changes: 0 additions & 9 deletions dist/src/invert.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions dist/src/invert.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/invert.js.map

This file was deleted.

55 changes: 0 additions & 55 deletions dist/src/map.d.ts

This file was deleted.

48 changes: 0 additions & 48 deletions dist/src/map.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/map.js.map

This file was deleted.

15 changes: 0 additions & 15 deletions dist/src/memoize.d.ts

This file was deleted.

52 changes: 0 additions & 52 deletions dist/src/memoize.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/memoize.js.map

This file was deleted.

0 comments on commit ba32780

Please sign in to comment.