We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec951f commit 05146d9Copy full SHA for 05146d9
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
group: beta
4
language: node_js
5
node_js:
6
- - "7"
+ - "8"
7
cache:
8
yarn: true
9
env:
@@ -15,3 +15,14 @@ matrix:
15
- env: SOLIDITY_COVERAGE=true
16
script:
17
- ./scripts/ci.sh
18
+before_deploy: npm run buildfornpm
19
+deploy:
20
+ provider: npm
21
+ email: [email protected]
22
+ skip_cleanup: true
23
+ api_key: $NPM_TOKEN
24
+ on:
25
+ branch: master
26
+ tags: true
27
+
28
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "lif-token",
+ "name": "@windingtree/lif-token",
"version": "0.1.0",
"description": "Winding Tree Platform Token",
"main": "index.js",
0 commit comments