Skip to content

Commit 8e1deaf

Browse files
authored
chore: nuxt and node updated (#40)
* chore: nuxt and node updated * chore: update * chore: node moved to 22.17.1
1 parent 9b5709f commit 8e1deaf

3 files changed

Lines changed: 709 additions & 1659 deletions

File tree

package.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
11
{
22
"name": "roll-stack",
3-
"version": "0.0.0",
3+
"version": "",
44
"private": true,
5-
"packageManager": "pnpm@10.13.1",
6-
"description": "The technological heart of a Sushi Love delivery network.",
7-
"author": "Nick Kosarev <hmbanan666@hotmail.com>",
5+
"packageManager": "pnpm@10.14.0",
86
"license": "MIT",
9-
"homepage": "https://github.com/sushi-love/roll-stack",
107
"repository": {
118
"type": "git",
12-
"url": "git+https://github.com/sushi-love/roll-stack"
9+
"url": "git+https://github.com/nextorders/roll-stack.git"
1310
},
14-
"bugs": {
15-
"url": "https://github.com/sushi-love/roll-stack/issues"
16-
},
17-
"keywords": [
18-
"ecommerce",
19-
"ecommerce-platform",
20-
"shop",
21-
"self-hosted",
22-
"website"
23-
],
2411
"engines": {
2512
"node": ">=22.17.1",
26-
"pnpm": ">=10.13.1"
13+
"pnpm": ">=10.14.0"
2714
},
2815
"scripts": {
2916
"release": "changelogen-monorepo --release --push",

0 commit comments

Comments
 (0)