Skip to content

Commit 9c5e97a

Browse files
committed
fix(publish): remove useless git flow step and dep
1 parent 9406552 commit 9c5e97a

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
- name: Test
4646
run: yarn test
4747

48-
- name: Test docs
49-
run: yarn run coverage
50-
5148
unit-test-windows:
5249
runs-on: windows-latest
5350
strategy:
@@ -81,6 +78,3 @@ jobs:
8178

8279
- name: Test
8380
run: yarn test
84-
85-
- name: Test docs
86-
run: yarn run coverage

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"babel-eslint": "^10.1.0",
5858
"coveralls": "^3.1.0",
5959
"eslint": "^7.0.0",
60-
"eslint-config-xo": "^0.43.1",
6160
"husky": "^4.2.5",
6261
"lint-staged": "^10.2.2",
6362
"nyc": "^15.0.1",

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -1546,11 +1546,6 @@ configstore@^5.0.1:
15461546
write-file-atomic "^3.0.0"
15471547
xdg-basedir "^4.0.0"
15481548

1549-
1550-
version "1.0.11"
1551-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
1552-
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
1553-
15541549
conventional-changelog-angular@^1.3.3:
15551550
version "1.6.6"
15561551
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz#b27f2b315c16d0a1f23eb181309d0e6a4698ea0f"
@@ -2299,13 +2294,6 @@ eslint-config-xo@^0.26.0:
22992294
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.26.0.tgz#19dcfb1e3038dd440f5c5e4b4d11bb3128801b24"
23002295
integrity sha512-l+93kmBSNr5rMrsqwC6xVWsi8LI4He3z6jSk38e9bAkMNsVsQ8XYO+qzXfJFgFX4i/+hiTswyHtl+nDut9rPaA==
23012296

2302-
eslint-config-xo@^0.43.1:
2303-
version "0.43.1"
2304-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
2305-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
2306-
dependencies:
2307-
confusing-browser-globals "1.0.11"
2308-
23092297
eslint-formatter-pretty@^2.0.0:
23102298
version "2.1.1"
23112299
resolved "https://registry.yarnpkg.com/eslint-formatter-pretty/-/eslint-formatter-pretty-2.1.1.tgz#0794a1009195d14e448053fe99667413b7d02e44"

0 commit comments

Comments
 (0)