Skip to content

Commit

Permalink
chore: rm loadr
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Aug 14, 2022
1 parent aef0221 commit f6407c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions loadr.mjs

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:depcheck": "npx depcheck --ignores='tslib,tsc-esm-fix,tsm,@types/node,typedoc,@qiwi/esm,globby-cp'",
"test:depaudit": "yarn audit --groups dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0",
"test:depauditfix": "npx yarn-audit-fix --audit-level=moderate",
"test:unit": "c8 -r html -r text -r lcov -x target loadr -- uvu 'src/test/ts'",
"test:unit": "c8 -r html -r text -r lcov -x target uvu -r tsm 'src/test/ts'",
"test:target": "uvu -r @qiwi/esm 'src/test/js'",
"prebuild": "yarn clean && npx buildstamp --git --out.path buildstamp.json",
"build": "npm-run-all -p -l build:es5 build:es6 build:ts build:libdef build:bundle docs",
Expand Down Expand Up @@ -82,7 +82,6 @@
"eslint-config-prettier": "^8.5.0",
"eslint-config-qiwi": "^1.17.5",
"globby-cp": "^1.1.2",
"loadr": "^0.1.1",
"microbundle": "^0.15.1",
"mkdirp": "^1.0.4",
"prettier": "^2.7.1",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3658,11 +3658,6 @@ loader-utils@^3.2.0:
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f"
integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==

loadr@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/loadr/-/loadr-0.1.1.tgz#7e9a5635471d1890d47ab321b3d3b873ca7d8c5f"
integrity sha512-lkI9ckI3cF+DQMbc0Fn/PgeMXQEL4gcOqUQQ1/tEzttQ2CPJvWzBsa9THeS4kqYQ2oNUVuDfk1+7PBZenvp3og==

locate-path@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
Expand Down

0 comments on commit f6407c4

Please sign in to comment.