Skip to content

Commit

Permalink
added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n committed Jan 21, 2022
1 parent 30e1ae3 commit eccc860
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"name": "@sha1n/about-time",
"version": "0.0.2",
"version": "0.0.3",
"description": "A set of essential time related utilities",
"repository": "https://github.com/sha1n/about-time",
"author": "Shai Nagar",
"license": "MIT",
"types": "./dist/types",
"main": "./dist",
"exports": "./dist/index.js",
"keywords": [
"time",
"wait",
"retry",
"sleep",
"delay",
"eventually",
"exponential-backoff",
"utility",
"typescript",
"timeout"
],
"scripts": {
"clean": "rm -rf ./dist",
"prebuild": "yarn run clean",
Expand Down

0 comments on commit eccc860

Please sign in to comment.