Skip to content

Commit ea886dc

Browse files
committed
docs: add keywords and versioning
1 parent f4e75b6 commit ea886dc

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

packages/native-machine-id/package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-machine-id",
3-
"version": "1.1.0",
3+
"version": "0.0.2",
44
"description": "Native retrieval of a unique desktop machine ID without admin privileges or child processes. Faster and more reliable alternative to node-machine-id.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -58,5 +58,19 @@
5858
"node-machine-id": "^1.1.12",
5959
"typescript": "^5.0.4",
6060
"ts-node": "^10.9.2"
61-
}
61+
},
62+
"keywords": [
63+
"machine id",
64+
"unique identifier",
65+
"node-machine-id",
66+
"device id",
67+
"machine identifier",
68+
"unique id",
69+
"platform id",
70+
"uuid",
71+
"electron id",
72+
"restrictions",
73+
"native",
74+
"telemetry"
75+
]
6276
}

0 commit comments

Comments
 (0)