Yarn Plug'n'Play
This commit is contained in:
parent
2d761acdab
commit
6bcd9a2da3
|
@ -1,21 +1,16 @@
|
|||
# Настройки редакторов
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Node.js
|
||||
|
||||
node_modules
|
||||
|
||||
# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
|
||||
|
||||
**/.pnp.*
|
||||
**/.yarn/*
|
||||
!**/.yarn/patches
|
||||
!**/.yarn/plugins
|
||||
!**/.yarn/releases
|
||||
!**/.yarn/sdks
|
||||
!**/.yarn/versions
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# ESLint
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.yarn
|
||||
.editorconfig
|
||||
.nvmrc
|
||||
.pnp.cjs
|
||||
.pnp.loader.mjs
|
||||
.prettierrc
|
||||
.yarnrc.yml
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,5 @@
|
|||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.6.0.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@advdominion/lightbox-gallery",
|
||||
"version": "1.0.1",
|
||||
"type": "module",
|
||||
"packageManager": "yarn@3.6.0",
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -5,19 +5,19 @@ __metadata:
|
|||
version: 6
|
||||
cacheKey: 8
|
||||
|
||||
"@advdominion/gallery@workspace:.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@advdominion/gallery@workspace:."
|
||||
dependencies:
|
||||
"@advdominion/get-scrollbar-width": ^1.0.0
|
||||
peerDependencies:
|
||||
swiper: 4.5.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@advdominion/get-scrollbar-width@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@advdominion/get-scrollbar-width@npm:1.0.0"
|
||||
checksum: 8e97af1f7e221e5ceb0676a5bd8fb3654a9bf5b2e514a5ff7ed7793f7f4b0da50e2245363698c1a45af9a5354260e019a74f891acebacfaa3b7babf680a4faa2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@advdominion/lightbox-gallery@workspace:.":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@advdominion/lightbox-gallery@workspace:."
|
||||
dependencies:
|
||||
"@advdominion/get-scrollbar-width": ^1.0.0
|
||||
peerDependencies:
|
||||
swiper: 4.5.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
|
Loading…
Reference in New Issue