File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ cache :
3
+ directories :
4
+ - ~/.npm
5
+ notifications :
6
+ email : false
2
7
node_js :
3
- - " 4"
4
- - " 5"
5
- - " 6"
8
+ - ' 9'
9
+ - ' 8'
10
+ - ' 6'
11
+ - ' 4'
12
+ after_success :
13
+ - npm run semantic-release
14
+ branches :
15
+ except :
16
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-typescript-definitions" ,
3
- "version" : " 1.2.11 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " Automatically generated TypeScript definitions files for the Electron API" ,
5
5
"bin" : " cli.js" ,
6
6
"main" : " index.js" ,
13
13
"pretest-output" : " npm run build -- -o=test-smoke/electron/index.d.ts && cd test-smoke/electron/test && rm -f *.js" ,
14
14
"test-output" : " tslint electron.d.ts --format stylish && cd test-smoke/electron && tsc --project tsconfig.json" ,
15
15
"prepack" : " check-for-leaks" ,
16
- "prepush" : " check-for-leaks"
16
+ "prepush" : " check-for-leaks" ,
17
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
17
18
},
18
19
"author" : {
19
20
"name" : " Samuel Attard" ,
25
26
"check-for-leaks" : " ^1.2.0" ,
26
27
"husky" : " ^0.14.3" ,
27
28
"mocha" : " ^3.1.2" ,
28
- "standard" : " ^9.0.2"
29
+ "standard" : " ^9.0.2" ,
30
+ "semantic-release" : " ^8.2.0"
29
31
},
30
32
"standard" : {
31
33
"env" : {
43
45
"rimraf" : " ^2.5.4" ,
44
46
"tslint" : " ^4.5.1" ,
45
47
"typescript" : " ^2.2.1"
48
+ },
49
+ "repository" : {
50
+ "type" : " git" ,
51
+ "url" : " https://github.com/electron/electron-typescript-definitions.git"
46
52
}
47
53
}
You can’t perform that action at this time.
0 commit comments