diff --git a/.travis.yml b/.travis.yml index d1edf1f..218cf12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ script: - npm run build - npm run test:cov -after_deploy: +after_success: - npm run report notifications: diff --git a/package.json b/package.json index 92e24e2..f597115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-ethers", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "description": "The ethers.js library for NestJS", "author": "Jose Ramirez ", "license": "Apache",