Skip to content

Commit

Permalink
v4.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix committed Aug 22, 2020
1 parent 8340da2 commit 182a859
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@ node_js:
- 14
install:
- npm install
script:
- npm run build
before_deploy:
- npm run build
deploy:
provider: npm
email: "$NPM_EMAIL"
api_key : "$NPM_API_TOKEN"
skip_cleanup: true
on:
branch: master
condition: $TRAVS_COMMIT_MESSAGE =~ (v[0-9]\.[0-9]\.[0-9])
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdccjs",
"version": "4.0.3",
"version": "4.0.4",
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 182a859

Please sign in to comment.