Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Added description.
  • Loading branch information
pfoerdie authored Dec 12, 2024
1 parent b55afd8 commit a829e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fua/core.uuid",
"version": "1.0.1",
"description": "",
"description": "A universally unique identifier (UUID) is a 128-bit label used for information in computer systems and can guarantee uniqueness across space and time.",
"main": "./src/uuid.js",
"files": [
"src/*"
Expand All @@ -27,4 +27,4 @@
],
"author": "Simon Petrac <[email protected]>",
"license": "MIT"
}
}

0 comments on commit a829e5a

Please sign in to comment.