Skip to content

Commit 2d62989

Browse files
committed
docs: use a 0.0.1 version and add keywords
1 parent 7b0a67d commit 2d62989

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: packages/native-machine-id/package.json

+11-1
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.1",
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",
@@ -36,6 +36,16 @@
3636
"bin": {
3737
"native-machine-id": "dist/bin/machine-id.js"
3838
},
39+
"keywords": [
40+
"unique id",
41+
"machine id",
42+
"device id",
43+
"identifier",
44+
"unique platform id",
45+
"node platform id",
46+
"node machine id",
47+
"node-machine-id"
48+
],
3949
"files": [
4050
"binding.cc",
4151
"binding.gyp",

0 commit comments

Comments
 (0)