Skip to content

Commit

Permalink
Merged version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed May 17, 2019
2 parents 71d48f1 + b91b19d commit bba9349
Show file tree
Hide file tree
Showing 4 changed files with 2,067 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/
node_modules/
.vscode/
output/
Expand Down
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: node_js
node_js:
- "10"
- '10'

deploy:
provider: npm
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_AUTH_TOKEN
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
file: bin/*
on:
tags: true
Loading

0 comments on commit bba9349

Please sign in to comment.