Skip to content

Commit cb912d1

Browse files
committed
chore: updated package.json
1 parent ec42d0c commit cb912d1

File tree

2 files changed

+15
-31
lines changed

2 files changed

+15
-31
lines changed

.gitignore

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
.DS_Store
2-
node_modules
3-
/dist
4-
5-
6-
# local env files
7-
.env.local
8-
.env.*.local
9-
10-
# Log files
11-
npm-debug.log*
12-
yarn-debug.log*
13-
yarn-error.log*
14-
pnpm-debug.log*
15-
16-
# Editor directories and files
17-
.idea
18-
.vscode
19-
*.suo
20-
*.ntvs*
21-
*.njsproj
22-
*.sln
23-
*.sw?
1+
/node_modules/
2+
/dist/
3+
/.idea/

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
2-
"name": "torrust",
3-
"private": false,
2+
"name": "torrust-index-frontend",
3+
"version": "1.0.0",
4+
"description": "This repository serves as the frontend for the Torrust Index project.",
5+
"author": "Mick van Dijke <mick@dutchbits.nl>",
6+
"license": "AGPL-3.0",
7+
"homepage": "https://github.com/torrust/torrust",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/torrust/torrust-index-frontend.git"
11+
},
412
"scripts": {
513
"dev": "vite",
614
"build": "vite build",
7-
"serve": "vite preview",
15+
"serve": "vite serve",
816
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
917
},
1018
"dependencies": {
@@ -41,9 +49,5 @@
4149
"> 1%",
4250
"last 2 versions",
4351
"not dead"
44-
],
45-
"repository": {
46-
"type": "git",
47-
"url": "https://github.com/torrust/torrust.git"
48-
}
52+
]
4953
}

0 commit comments

Comments
 (0)