We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c291771 commit fb6e11dCopy full SHA for fb6e11d
2 files changed
package.json
@@ -17,7 +17,10 @@
17
"url": "https://github.com/draphy/pushforge"
18
},
19
"license": "MIT",
20
- "author": "David Raphi",
+ "author": {
21
+ "name": "David Raphi",
22
+ "email": "david@draphy.org"
23
+ },
24
"engines": {
25
"node": ">=22.0.0"
26
packages/builder/package.json
@@ -6,7 +6,10 @@
6
"main": "dist/lib/main.js",
7
"module": "dist/lib/main.js",
8
"types": "dist/lib/main.d.ts",
9
10
11
12
13
"bugs": {
14
"url": "https://github.com/draphy/pushforge/issues"
15
0 commit comments