Skip to content

Commit 9f78d9a

Browse files
committed
Update version numbers and package descriptions
1 parent 5a65ef7 commit 9f78d9a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

astro/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "astroad",
3+
"description": "Astroad - Astro",
34
"type": "module",
4-
"version": "0.0.1",
5+
"version": "1.1",
56
"license": "MIT",
67
"scripts": {
78
"dev": "astro dev --host",

payload/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "payload-blog-typescript",
3-
"description": "Blog template",
4-
"version": "1.0.0",
2+
"name": "astroad",
3+
"description": "Astroad - Payload",
4+
"version": "1.1",
55
"main": "dist/server.js",
66
"license": "MIT",
77
"scripts": {
@@ -16,13 +16,13 @@
1616
"cross-env": "^7.0.3",
1717
"dotenv": "^16.1.4",
1818
"express": "^4.17.1",
19-
"payload": "^1.8.5"
19+
"payload": "^1.8.5",
20+
"tsconfig-paths": "^4.2.0"
2021
},
2122
"devDependencies": {
2223
"@types/express": "^4.17.9",
2324
"nodemon": "^2.0.6",
2425
"ts-node": "^10.9.1",
25-
"tsconfig-paths": "^4.2.0",
2626
"typescript": "^5.1.3"
2727
}
2828
}

0 commit comments

Comments
 (0)