Skip to content

Commit 71554ee

Browse files
committed
chore(pkg): add repo/bugs/homepage/engines and lint:fix script
1 parent f06fcd1 commit 71554ee

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,28 @@
55
"license": "GPL-3.0-or-later",
66
"author": "Dimitrios S. Sfyris",
77
"description": "AspectReact Store — a clean, modern React e-shop UI built with React Router and Tailwind.",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/dmsfiris/aspectreact-store.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/dmsfiris/aspectreact-store/issues"
14+
},
15+
"homepage": "https://github.com/dmsfiris/aspectreact-store#readme",
16+
"engines": {
17+
"node": ">=18"
18+
},
819
"scripts": {
920
"start": "react-scripts start",
1021
"build": "react-scripts build",
1122
"test": "react-scripts test",
23+
"test:ci": "react-scripts test --watchAll=false",
1224
"eject": "react-scripts eject",
1325
"lint": "eslint .",
26+
"lint:fix": "npm run lint -- --fix",
1427
"headers:check": "node tools/copyright-headers.mjs --owner \"Dimitrios S. Sfyris\" --default-start 2025 --check",
1528
"headers:apply": "node tools/copyright-headers.mjs --owner \"Dimitrios S. Sfyris\" --default-start 2025",
16-
"prepare": "husky install",
17-
"test:ci": "react-scripts test --watchAll=false"
29+
"prepare": "husky install"
1830
},
1931
"dependencies": {
2032
"@auth0/auth0-react": "^2.0.0",

pm

Whitespace-only changes.

public/robots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (C) 2025 Dimitrios S. Sfyris
2+
# SPDX-License-Identifier: GPL-3.0-or-later
3+
User-agent: *
4+
Allow: /
5+
Sitemap: https://yourdomain.com/sitemap.xml

0 commit comments

Comments
 (0)