We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe6f3a commit baa7072Copy full SHA for baa7072
package.json
@@ -24,12 +24,23 @@
24
"developer-tools"
25
],
26
"files": [
27
- "dist"
+ "dist/**/*",
28
+ "README.md",
29
+ "CHANGELOG.md",
30
+ "LICENSE"
31
32
"engines": {
33
"node": ">=16"
34
},
35
"author": "Aditya Prakash",
36
+ "homepage": "https://github.com/prakashaditya13/plain-git#readme",
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "git+https://github.com/prakashaditya13/plain-git.git"
40
+ },
41
+ "bugs": {
42
+ "url": "https://github.com/prakashaditya13/plain-git/issues"
43
44
"license": "MIT",
45
"devDependencies": {
46
"@types/jest": "^30.0.0",
0 commit comments