This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 11 files changed +21
-19
lines changed
11 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ notifications:
4
4
before_script :
5
5
- npm prune
6
6
after_success :
7
- - npm run semantic-release
7
+ - npm run travis-deploy-once "npm run semantic-release"
8
8
branches :
9
9
except :
10
10
- /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 2
2
3
3
const urlJoin = require ( 'url-join' ) ;
4
4
const findUp = require ( 'find-up' ) ;
5
- const promisify = require ( 'es6-promisify' ) ;
5
+ const { promisify } = require ( 'es6-promisify' ) ;
6
6
const getPort = require ( 'get-port' ) ;
7
7
const serve = require ( 'serve' ) ;
8
8
const puppeteer = require ( 'puppeteer' ) ;
Original file line number Diff line number Diff line change 16
16
"commit" : " git-cz" ,
17
17
"commitmsg" : " commitlint --edit --extends seek" ,
18
18
"prepublishOnly" : " npm run build" ,
19
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
19
+ "travis-deploy-once" : " travis-deploy-once" ,
20
+ "semantic-release" : " semantic-release"
20
21
},
21
22
"config" : {
22
23
"commitizen" : {
34
35
},
35
36
"homepage" : " https://github.com/seek-oss/html-sketchapp-cli#readme" ,
36
37
"dependencies" : {
37
- "es6-promisify" : " ^5 .0.0" ,
38
+ "es6-promisify" : " ^6 .0.0" ,
38
39
"find-up" : " ^2.1.0" ,
39
40
"get-port" : " ^3.2.0" ,
40
- "html-sketchapp" : " github:brainly/html-sketchapp#413c5a16c9f9f74bab9228f8bf1532d32676f628 " ,
41
+ "html-sketchapp" : " github:brainly/html-sketchapp#49f1d0ea3e239608af0b8f7c0b6240e3a6a331e2 " ,
41
42
"mkdirp" : " ^0.5.1" ,
42
43
"opn" : " ^5.1.0" ,
43
- "puppeteer" : " ^0.13 .0" ,
44
- "serve" : " ^6.4.1 " ,
45
- "url-join" : " ^2 .0.2 " ,
44
+ "puppeteer" : " ^1.0 .0" ,
45
+ "serve" : " ^6.4.9 " ,
46
+ "url-join" : " ^4 .0.0 " ,
46
47
"wait-on" : " ^2.1.0" ,
47
- "yargs" : " ^10 .0.3 "
48
+ "yargs" : " ^11 .0.0 "
48
49
},
49
50
"devDependencies" : {
50
- "@commitlint/cli" : " ^5.2.5 " ,
51
+ "@commitlint/cli" : " ^6.1.0 " ,
51
52
"child-process-promise" : " ^2.2.1" ,
52
53
"commitizen" : " ^2.9.6" ,
53
54
"commitlint-config-seek" : " ^1.0.0" ,
57
58
"husky" : " ^0.14.3" ,
58
59
"jest" : " ^22.0.1" ,
59
60
"rimraf" : " ^2.6.2" ,
60
- "semantic-release" : " ^8.2.0 " ,
61
+ "semantic-release" : " ^12.4.1 " ,
61
62
"traverse" : " ^0.6.6" ,
63
+ "travis-deploy-once" : " ^4.3.4" ,
62
64
"webpack" : " ^3.10.0"
63
65
}
64
66
}
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const path = require ( 'path' ) ;
3
3
const readFileAsync = promisify ( require ( 'fs' ) . readFile ) ;
4
4
const traverse = require ( 'traverse' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const { exec } = require ( 'child-process-promise' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const { exec } = require ( 'child-process-promise' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const { exec } = require ( 'child-process-promise' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const { exec } = require ( 'child-process-promise' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const { exec } = require ( 'child-process-promise' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const getPort = require ( 'get-port' ) ;
Original file line number Diff line number Diff line change 1
- const promisify = require ( 'es6-promisify' ) ;
1
+ const { promisify } = require ( 'es6-promisify' ) ;
2
2
const rimrafAsync = promisify ( require ( 'rimraf' ) ) ;
3
3
const path = require ( 'path' ) ;
4
4
const { exec } = require ( 'child-process-promise' ) ;
You can’t perform that action at this time.
0 commit comments