Skip to content

Commit 84830fa

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth into next
2 parents c7a1986 + 570ecb8 commit 84830fa

File tree

3 files changed

+50
-9
lines changed

3 files changed

+50
-9
lines changed

adminforth/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"bin": {
1414
"adminforth": "./commands/cli.js"
1515
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/devforth/adminforth.git"
19+
},
1620
"scripts": {
1721
"test": "echo \"Error: no test specified yet\" && exit 1",
1822
"build": "rm -rf dist && tsc && pnpm prepareDist",

live-demo/app/package-lock.json

Lines changed: 45 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

live-demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@adminforth/two-factors-auth": "^2.9.20",
3434
"@adminforth/upload": "^2.14.4",
3535
"@prisma/client": "^6.6.0",
36-
"adminforth": "^2.26.0-next.11",
36+
"adminforth": "^2.26.0-next.36",
3737
"better-sqlite3": "^10.0.0",
3838
"express": "^4.19.2"
3939
},

0 commit comments

Comments
 (0)