Skip to content

Commit

Permalink
1.0.0 --publish πŸŽ— ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Jun 9, 2020
1 parent ca8ebb5 commit 4a525ce
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xxxx",
"name": "u-id",
"version": "1.0.0",
"description": "Generate a randomize identifer with fixed length ⚑.",
"main": "index.js",
Expand All @@ -14,6 +14,10 @@
"prepublishOnly": "npm run ci",
"preversion": "npm run ci"
},
"keywords": [
"uid",
"unique-id"
],
"author": {
"name": "imed jaberi",
"email": "3imed.jaberi@gmail.com",
Expand All @@ -30,5 +34,12 @@
"devDependencies": {
"mocha": "^7.2.0",
"nyc": "^15.1.0"
}
}
},
"engines": {
"node": ">= 10"
},
"bugs": {
"url": "https://github.com/3imed-jaberi/u-id/issues"
},
"homepage": "https://github.com/3imed-jaberi/u-id#readme"
}

0 comments on commit 4a525ce

Please sign in to comment.