yarn init
This commit is contained in:
parent
2e3ac67c45
commit
0fee394814
3 changed files with 24 additions and 0 deletions
12
node_modules/.yarn-integrity
generated
vendored
Normal file
12
node_modules/.yarn-integrity
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"systemParams": "linux-x64-83",
|
||||||
|
"modulesFolders": [],
|
||||||
|
"flags": [],
|
||||||
|
"linkedModules": [
|
||||||
|
"lbry-redux"
|
||||||
|
],
|
||||||
|
"topLevelPatterns": [],
|
||||||
|
"lockfileEntries": {},
|
||||||
|
"files": [],
|
||||||
|
"artifacts": {}
|
||||||
|
}
|
8
package.json
Normal file
8
package.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"name": "lbry-electron-dev-updates",
|
||||||
|
"version": "0.1.1",
|
||||||
|
"main": "index.js",
|
||||||
|
"repository": "git@github.com:lbryio/lbry-electron-dev-updates.git",
|
||||||
|
"author": "zeppi <jessopb@gmail.com>",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
4
yarn.lock
Normal file
4
yarn.lock
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||||
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue