Updated example for only including a specific file in output

This commit is contained in:
Callum Silcock 2016-11-02 17:14:52 +11:00 committed by GitHub
parent b3a49d580c
commit 4aaa7dffd9

View File

@ -32,6 +32,14 @@ package:
- "!node_modules/node-fetch/**"
```
Exclude all files but `handler.js`
``` yaml
package:
exclude:
- "!src/function/handler.js"
```
```
exclude:
- tmp/**