6 Commits

Author SHA1 Message Date
37d64f2906 Delete .github/workflows/publish.yml
Signed-off-by: Valentin Popov <valentin@popov.link>
2025-12-03 05:18:43 +04:00
e14265b816 Delete .github/workflows/main.yml
Signed-off-by: Valentin Popov <valentin@popov.link>
2025-12-03 05:18:35 +04:00
fe85ed91d7 Added mirror 2024-05-29 18:12:20 +04:00
Valentin Popov
6587de6ea8 Merge pull request #6 from valentineus/dependabot/npm_and_yarn/lodash-4.17.19
build(deps): Bump lodash from 4.17.15 to 4.17.19
2020-10-02 17:20:12 +04:00
dependabot[bot]
354d343ce6 build(deps): Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 00:52:36 +00:00
Valentin Popov
c9e51ad9e8 Merge pull request #4 from valentineus/develop
Develop
2020-04-01 14:56:31 +04:00
2 changed files with 3 additions and 22 deletions

View File

@@ -1,19 +0,0 @@
name: Publish
on:
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '13.x'
- run: yarn install
- run: yarn run build
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
- run: npm publish

View File

@@ -942,9 +942,9 @@ lodash.zip@^4.2.0:
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
lodash@^4.17.14, lodash@^4.17.15:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
version "4.17.19"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
merge-stream@^2.0.0:
version "2.0.0"