Skip to content

Commit

Permalink
properly compiled code with exported delayed function
Browse files Browse the repository at this point in the history
  • Loading branch information
sha1n committed Feb 26, 2022
1 parent 399e931 commit 1f98a61
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,6 +1,6 @@
{
"name": "@sha1n/about-time",
"version": "0.0.11",
"version": "0.0.12",
"description": "A set of essential time related utilities",
"repository": "https://github.com/sha1n/about-time",
"author": "Shai Nagar",
Expand All @@ -26,7 +26,7 @@
"lint": "eslint --fix --ext .js,.ts .",
"jest": "DEBUG='error:*' jest --coverage",
"test": "run jest && run lint",
"prepublish": "run build"
"prepublish": "npm run build"
},
"devDependencies": {
"@types/chance": "^1.1.3",
Expand Down

0 comments on commit 1f98a61

Please sign in to comment.