-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verify ci conditions to make npm release on done ci possible
- Loading branch information
1 parent
b70fb5c
commit a1d9296
Showing
4 changed files
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
... | ||
"verifyConditions": "condition-circle", <--- For CircleCI usage, make sure we have this condition in place | ||
"verifyConditions": "condition-circle", <--- For CircleCI usage, make sure we have this condition in place (has also to be installed in the package.json) | ||
... | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1123,11 +1123,6 @@ | |
import-from "^2.1.0" | ||
lodash "^4.17.4" | ||
|
||
"@semantic-release/[email protected]": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.1.0.tgz#44771f676f5b148da309111285a97901aa95a6e0" | ||
integrity sha512-r3pcw7lhzoSalM55O7L8R3gNq8AnZ7OS7RReHqJDTIuyRaQbtfZ+9S8Krvh/BSnTMYYhs4TgZctb6pOamegUtQ== | ||
|
||
"@semantic-release/error@^2.2.0": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0" | ||
|
@@ -5124,16 +5119,6 @@ condense-newlines@^0.2.1: | |
is-whitespace "^0.3.0" | ||
kind-of "^3.0.2" | ||
|
||
condition-circle@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/condition-circle/-/condition-circle-2.0.1.tgz#39cfd9eaa37985b5d7c5b5c538bf872f016b743c" | ||
integrity sha512-h23W0qyxBRAckXTvnSAKA5h28APD3w8acNVi3RfHTtb6QDIVmqY+Mawk9yEWw2k7zJLNXvr9zAUn6bi5eyP26A== | ||
dependencies: | ||
"@semantic-release/error" "2.1.0" | ||
cross-spawn "5.1.0" | ||
debug "3.1.0" | ||
safe-env "1.2.0" | ||
|
||
config-chain@^1.1.11, config-chain@~1.1.11, config-chain@~1.1.5: | ||
version "1.1.12" | ||
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa" | ||
|
@@ -16940,11 +16925,6 @@ railroad-diagrams@^1.0.0: | |
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e" | ||
integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234= | ||
|
||
[email protected]: | ||
version "0.22.1" | ||
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.22.1.tgz#031da0c3df417c5b33c96234757eb37033f36a0e" | ||
integrity sha1-Ax2gw99BfFszyWI0dX6zcDPzag4= | ||
|
||
[email protected]: | ||
version "0.25.0" | ||
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9" | ||
|
@@ -18274,13 +18254,6 @@ [email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, s | |
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" | ||
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== | ||
|
||
[email protected]: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/safe-env/-/safe-env-1.2.0.tgz#d5b65e0f147e7b7edd5593b9e1fd4bd710e0254f" | ||
integrity sha1-1bZeDxR+e37dVZO54f1L1xDgJU8= | ||
dependencies: | ||
ramda "0.22.1" | ||
|
||
safe-regex@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" | ||
|