File tree Expand file tree Collapse file tree 4 files changed +550
-24
lines changed Expand file tree Collapse file tree 4 files changed +550
-24
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
2
2
dist
3
3
lib
4
4
.npmrc
5
+ yarn-error.log
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+
3
+ node_js :
4
+ - " 9"
5
+
6
+ branches :
7
+ only :
8
+ - master
9
+
10
+ cache :
11
+ directories :
12
+ - node_modules
13
+
14
+ notifications :
15
+ email : false
16
+
17
+ env :
18
+ VERSION : " $TRAVIS_BUILD_NUMBER"
19
+
20
+ before_install :
21
+ - yarn
22
+
23
+ script :
24
+ - TYPEFORM_TOKEN=${TYPEFORM_TOKEN} yarn test
25
+
26
+ after_success :
27
+ - yarn semantic-release
28
+
Original file line number Diff line number Diff line change 9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git+https://github.com/jepser/typeform- js-sdk .git"
12
+ "url" : " git+https://github.com/Typeform/ js-api-client .git"
13
13
},
14
14
"keywords" : [
15
15
" sdk" ,
19
19
"author" : " Jepser Bernardino" ,
20
20
"license" : " MIT" ,
21
21
"bugs" : {
22
- "url" : " https://github.com/jepser/typeform- js-sdk /issues"
22
+ "url" : " https://github.com/Typeform/ js-api-client /issues"
23
23
},
24
- "homepage" : " https://github.com/jepser/typeform- js-sdk #readme" ,
24
+ "homepage" : " https://github.com/Typeform/ js-api-clientk #readme" ,
25
25
"dependencies" : {
26
26
"axios" : " ^0.18.0" ,
27
27
"in-publish" : " ^2.0.0"
46
46
"jest" : " ^22.4.3" ,
47
47
"lint-staged" : " ^7.0.4" ,
48
48
"prettier" : " ^1.12.1" ,
49
+ "semantic-release" : " ^15.1.7" ,
49
50
"sinon" : " ^4.5.0" ,
50
51
"webpack" : " ^4.6.0" ,
51
52
"webpack-cli" : " ^2.0.14"
66
67
"build:dist" : " webpack --mode production" ,
67
68
"build:lib" : " NODE_ENV=production babel src --out-dir lib" ,
68
69
"prepublish" : " in-publish && npm run build:dist && npm run build:lib || not-in-publish" ,
69
- "pretty" : " prettier './{src,tests}/**/*.js' --write"
70
+ "pretty" : " prettier './{src,tests}/**/*.js' --write" ,
71
+ "semantic-release" : " semantic-release"
70
72
},
71
73
"peerDependencies" : {}
72
74
}
You can’t perform that action at this time.
0 commit comments