Skip to content

Commit 37444a7

Browse files
committed
fix(docs): add repository url in package.json to publish with provence
1 parent 24a8455 commit 37444a7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "1.0.0",
44
"type": "module",
55
"private": false,
6-
"description": "MAC Address Utility",
7-
"main": "index.js",
6+
"description": "MAC address utilities: conversion between bases, normalization, BigInt conversion, IPv6 link-local generation, validation, and registry lookup.",
7+
"main": "lib/index.js",
8+
"types": "lib/index.d.ts",
89
"scripts": {
910
"build": "tsc",
1011
"lint": "eslint --fix src",
@@ -17,14 +18,20 @@
1718
},
1819
"keywords": [
1920
"mac-address",
20-
"mac"
21+
"mac",
22+
"utils"
2123
],
2224
"files": [
2325
"lib",
2426
"src"
2527
],
2628
"author": "InBrowserApp",
2729
"license": "MIT",
30+
"repository": "https://github.com/InBrowserApp/mac-address",
31+
"homepage": "https://github.com/InBrowserApp/mac-address",
32+
"bugs": {
33+
"url": "https://github.com/InBrowserApp/mac-address/issues"
34+
},
2835
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
2936
"devDependencies": {
3037
"@commitlint/cli": "^19.8.1",

0 commit comments

Comments
 (0)