chore: linky
This commit is contained in:
parent
5fe7d8c3b4
commit
95a8335643
|
@ -11,7 +11,7 @@
|
|||
"build:only": "flecks build",
|
||||
"debug": "DEBUG=*,-babel* npm run dev",
|
||||
"dev": "npm run -- build:only -h",
|
||||
"link-all": "yarn link $(for i in $(ls node_modules/@flecks); do echo -n \"@flecks/$i \"; done)",
|
||||
"link-all": "for i in avocado humus persea; do yarn link $(for j in $(ls node_modules/@$i/); do echo \" @$i/$j\"; done); done",
|
||||
"postinstall": "patch-package",
|
||||
"repl": "npx flecks repl --rlwrap",
|
||||
"start": "DEBUG=@avocado*,@flecks*,@persea*,persea*,-@flecks/core/flecks* npm run dev",
|
||||
|
@ -48,14 +48,14 @@
|
|||
"@flecks/create-app": "1.4.1",
|
||||
"@flecks/db": "1.4.1",
|
||||
"@flecks/governor": "1.4.1",
|
||||
"@flecks/react": "1.4.1",
|
||||
"@flecks/react": "^1.4.1",
|
||||
"@flecks/redis": "1.4.1",
|
||||
"@flecks/redux": "1.4.1",
|
||||
"@flecks/repl": "1.4.1",
|
||||
"@flecks/server": "1.4.1",
|
||||
"@flecks/socket": "1.4.1",
|
||||
"@flecks/user": "1.4.1",
|
||||
"@flecks/web": "1.4.1",
|
||||
"@flecks/web": "^1.4.1",
|
||||
"@humus/combat": "^2.0.0",
|
||||
"@humus/core": "^2.0.0",
|
||||
"@humus/scss": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user