Skip to content

Commit f5d1267

Browse files
committed
fix: update author field in package.json to include DevForth details
1 parent 8dfac56 commit f5d1267

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"keywords": [],
10-
"author": "",
10+
"author": "DevForth (https://devforth.io)",
1111
"license": "ISC",
1212
"dependencies": {
1313
"@iconify-prerendered/vue-mdi": "^0.25.1718880438",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
1717
},
1818
"type": "module",
19-
"author": "devforth",
19+
"author": "DevForth (https://devforth.io)",
2020
"license": "MIT",
2121
"dependencies": {
2222
"@aws-sdk/client-s3": "^3.629.0",

0 commit comments

Comments
 (0)