File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,6 @@ before_install:
23
23
- stty cols 80
24
24
install : npm ci
25
25
script : npm run validate
26
- after_success : kcd-scripts travis-after-success
26
+ after_success : npx semantic-release
27
27
branches :
28
28
only : master
29
- deploy :
30
- provider : npm
31
-
32
- api_key :
33
- secure : qXZyfBh6XSzNt2cbVnPZQr713rKrAKJH+sXf+5a9h9j3pS/Aqn2QG6l/zXepGhQbBLl5NqHGewu/mX+kxvn8ub2iwMh/ox0UNeSmCnrJjFqVmH9vXemcQWKqwI7zLaNRArmAFAXKSi6ud3vk2UZuZENSGh1qUVOrG+Tb/wxWzUW8a7+RYzEWGfmc3VWj925domwMp9nDiAhLkQ5VDhrun8fKppppk9mAMy+pHsRAZLRr7XAtfo63MstATdRUJS1ALz9wOI8YCpq5v3dVVfckl5NnZgA5jVezIgLz/Iz750133q++gHpxHAxw2nlW0bcXKfKDRcP7kzQvxhyJMkIV4WkHkriTN7aSp7Zexxu5bfIl/uVUF6IM+oUJQkxpFhLsq6kY91vUT7L2jX+WIRlecX4E0JuxwD9uORle0kOvIcDrKaRmWfh+j/PMJF9+VAdPB9fKtSR0c+5DsxHiaghCEGDBOpzxed6aZUzfHnY+DxgVKRswVvJGssk2xG1+JjiSSSMqN+jvJqBhyL8Zt35r0FCTZczFyQ6qY4nkLCqHHbwZg0cMP7nbk9UWRMaufEqJdo6js/Ng1/tNpaerRSaxBe3JBNlDeYQoWEYkMgB4wgVW1+Xw7iAdtCAZYJ7u90aeSVCjJrtwpIH277ou7im08pfnPQvmS+h95PPY/NYIM+I=
34
- on :
35
- branch : master
36
- repo : benmonro/testcafe-testing-library
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " testcafe-testing-library" ,
3
- "version" : " 0 .0.0 -semantically-released" ,
3
+ "version" : " 1 .0.1 -semantically-released" ,
4
4
"description" : " " ,
5
- "main" : " lib /index.js" ,
5
+ "main" : " dist /index.js" ,
6
6
"scripts" : {
7
7
"add-contributor" : " kcd-scripts contributors add" ,
8
8
"build" : " kcd-scripts build" ,
15
15
"test" : " npm-run-all --parallel test:unit test:testcafe" ,
16
16
"semantic-release" : " semantic-release"
17
17
},
18
+ "files" : [ " dist" ],
18
19
"keywords" : [],
19
20
"author" : " " ,
20
21
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments