We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5df726 commit 855c3f6Copy full SHA for 855c3f6
2 files changed
.travis.yml
@@ -13,7 +13,7 @@ script:
13
- npm run build
14
- npm run test:cov
15
16
-after_deploy:
+after_success:
17
- npm run report
18
19
notifications:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nestjs-ethers",
3
- "version": "0.1.0-alpha.0",
+ "version": "0.1.0-alpha.1",
4
"description": "The ethers.js library for NestJS",
5
"author": "Jose Ramirez <jarcodallo@gmail.com>",
6
"license": "Apache",
0 commit comments