File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache :
3
+ directories :
4
+ - node_modules
5
+ notifications :
6
+ email : false
7
+ node_js :
8
+ - ' 8'
9
+ before_script :
10
+ - npm prune
11
+ after_success :
12
+ - npm run semantic-release
13
+ branches :
14
+ except :
15
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webtorrent-component" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " WebTorrent HTML element." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
31
31
"browserify" : " ^14.4.0" ,
32
32
"budo" : " ^10.0.4" ,
33
33
"load-js" : " ^2.0.0" ,
34
- "standard" : " ^10.0.3"
34
+ "standard" : " ^10.0.3" ,
35
+ "semantic-release" : " ^8.0.3"
36
+ },
37
+ "repository" : {
38
+ "type" : " git" ,
39
+ "url" : " https://github.com/mikeal/webtorrent-component.git"
35
40
}
36
41
}
You can’t perform that action at this time.
0 commit comments