lets try this again
This commit is contained in:
parent
d656fc711a
commit
63d5003082
3 changed files with 4 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,9 +1,5 @@
|
|||
# Building
|
||||
dist
|
||||
*.lock
|
||||
yarn*
|
||||
package-lock.json
|
||||
.yarnclean
|
||||
build
|
||||
|
||||
# Misc
|
||||
|
@ -139,6 +135,7 @@ dist
|
|||
.vscode-test
|
||||
|
||||
# yarn v2
|
||||
.yarn/
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
|
@ -314,5 +311,3 @@ src/renderer/workbox-962786f2.js.map
|
|||
#Mac certs
|
||||
*.p12
|
||||
keys.sh
|
||||
|
||||
.yarnrc.yml
|
||||
|
|
2
.yarnrc.yml
Normal file
2
.yarnrc.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
nodeLinker: node-modules
|
||||
yarnPath: .yarn/releases/yarn-3.1.1.cjs
|
|
@ -8,6 +8,7 @@
|
|||
"main": "./build/index.js",
|
||||
"author": "Cider Collective <cryptofyre@cider.sh> (https://cider.sh)",
|
||||
"repository": "https://github.com/ciderapp/Cider.git",
|
||||
"packageManager": "yarn@3.1.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ciderapp/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue