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
|
# Building
|
||||||
dist
|
dist
|
||||||
*.lock
|
|
||||||
yarn*
|
|
||||||
package-lock.json
|
|
||||||
.yarnclean
|
|
||||||
build
|
build
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
|
@ -139,6 +135,7 @@ dist
|
||||||
.vscode-test
|
.vscode-test
|
||||||
|
|
||||||
# yarn v2
|
# yarn v2
|
||||||
|
.yarn/
|
||||||
.yarn/cache
|
.yarn/cache
|
||||||
.yarn/unplugged
|
.yarn/unplugged
|
||||||
.yarn/build-state.yml
|
.yarn/build-state.yml
|
||||||
|
@ -314,5 +311,3 @@ src/renderer/workbox-962786f2.js.map
|
||||||
#Mac certs
|
#Mac certs
|
||||||
*.p12
|
*.p12
|
||||||
keys.sh
|
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",
|
"main": "./build/index.js",
|
||||||
"author": "Cider Collective <cryptofyre@cider.sh> (https://cider.sh)",
|
"author": "Cider Collective <cryptofyre@cider.sh> (https://cider.sh)",
|
||||||
"repository": "https://github.com/ciderapp/Cider.git",
|
"repository": "https://github.com/ciderapp/Cider.git",
|
||||||
|
"packageManager": "yarn@3.1.1",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ciderapp/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
|
"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