added repo description, updated components lib to v2 branch

This commit is contained in:
2024-09-04 23:47:17 +05:30
parent 72bd41f815
commit f9657596d6
2 changed files with 5 additions and 4 deletions

1
.gitmodules vendored
View File

@@ -4,6 +4,7 @@
[submodule "packages/armory-react-components"]
path = packages/armory-react-components
url = https://github.com/ReStruct-Corporate-Advantage/armory-react-components
brnach = v2
[submodule "packages/stuffle"]
path = packages/stuffle
url = https://github.com/ReStruct-Corporate-Advantage/stuffle

View File

@@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"description": "",
"description": "Umbrella monorepo for all major Armco projects, that uses Lerna for efficient lib sharing",
"scripts": {
"dev": "vite",
"start": "vite",
@@ -19,12 +19,12 @@
"lint": "eslint .",
"type-check": "tsc",
"sm:add": "git submodule add",
"sm:update": "git submodule update --remote --merge",
"sm:init": "git submodule init && git submodule update",
"sm:status": "git submodule status",
"sm:push": "git submodule foreach 'git push origin main'",
"sm:pull": "git submodule foreach 'git pull origin main'",
"sm:sync": "git submodule sync && git submodule update --init --recursive"
"sm:pull": "git submodule update --remote --merge",
"sm:sync": "git submodule sync && git submodule update --init --recursive",
"sm:info": "git submodule foreach 'echo $name: $(git symbolic-ref --short HEAD) @ $(git log -1 --pretty=%B)'"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",