Skip to content

Commit

Permalink
Merge branch 'switchboard-xyz:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcruzdev authored May 23, 2024
2 parents 890b598 + 1d982bd commit 86d2720
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 0 deletions.
Empty file added .compiled/compile.js
Empty file.
20 changes: 20 additions & 0 deletions .github/workflows/consolidate-metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Consolidate Project Metadata Files

on:
push:
branches:
- main

jobs:
consolidate-json:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Bun
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store

node_modules/
3 changes: 3 additions & 0 deletions .vscode/settings.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
Binary file added bun.lockb
Binary file not shown.
Binary file added img/lulo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "@switchboard-xyz/ecosystem",
"private": true,
"repository": "https://github.com/switchboard-xyz/ecosystem",
"author": "Switchboard Maintainers <[email protected]>",
"type": "module",
"scripts": {
"preinstall": "npx only-allow bun && bun sort-package-json",
"sort-package-json": "sort-package-json ./package.json"
},
"dependencies": {
"joi": "^17.13.1",
"jsonc-parser": "^3.2.1"
},
"devDependencies": {
"sort-package-json": "latest"
}
}
10 changes: 10 additions & 0 deletions projects/lulo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2024-05-23",
"name": "Lulo",
"brief": "Your DeFi Savings Account.",
"img": "/img/lulo.jpg",
"website": "https://lulo.fi/",
"x": "https://x.com/uselulo",
"github": "https://github.com/lulo-labs",
"discord": "https://discord.gg/lulo"
}

0 comments on commit 86d2720

Please sign in to comment.