Skip to content

Commit ffe00a8

Browse files
authored
Merge pull request #9 from stacknide/ashu/release-test
update npm package homepage
2 parents afffd82 + 3a3a9dc commit ffe00a8

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"name": "workspace",
44
"version": "1.0.0",
55
"scripts": {
6-
"publish": "yarn changeset publish"
6+
"publish": "yarn changeset publish",
7+
"version": "yarn changeset"
78
},
89
"devDependencies": {
910
"@biomejs/biome": "1.9.4",
@@ -14,10 +15,6 @@
1415
},
1516
"author": "ashuvssut (Ashutosh Khanduala)",
1617
"license": "MIT",
17-
"bugs": {
18-
"url": "https://github.com/stacknide/fs-prober/issues"
19-
},
20-
"homepage": "https://github.com/stacknide/fs-prober#readme",
2118
"workspaces": [
2219
"docs",
2320
"package"

package/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fs-prober
2+
3+
fs-prober is a browser-friendly NPM package for extracting file and folder structures from user-selected files or directories.

package/package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@
1313
"LICENSE",
1414
"CHANGELOG.md",
1515
"src",
16-
"dist"
16+
"dist",
17+
"README.md"
1718
],
1819
"scripts": {
1920
"dev": "tsc -w",
2021
"build": "tsup src/index.ts --format cjs,esm --dts",
2122
"lint:tsc": "tsc --noEmit",
2223
"lint:biome": "biome check ./src",
2324
"lint": "yarn lint:tsc && yarn lint:biome",
24-
"format": "biome check --write ./src",
25-
"publish": "yarn changeset publish",
26-
"buildpub": "yarn build && yarn publish",
27-
"version": "yarn changeset"
25+
"format": "biome check --write ./src"
2826
},
2927
"devDependencies": {
3028
"@biomejs/biome": "1.9.4",
@@ -37,5 +35,14 @@
3735
"bugs": {
3836
"url": "https://github.com/stacknide/fs-prober/issues"
3937
},
40-
"homepage": "https://github.com/stacknide/fs-prober#readme"
38+
"homepage": "https://github.com/stacknide/fs-prober#readme",
39+
"keywords": [
40+
"fs-prober",
41+
"file",
42+
"system",
43+
"probe",
44+
"folder",
45+
"structure",
46+
"browser"
47+
]
4148
}

0 commit comments

Comments
 (0)