Skip to content

Commit

Permalink
released v0.1.3 - cutting down dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Oct 22, 2022
1 parent 9929164 commit cc8d2fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itty-time",
"version": "0.1.2",
"version": "0.1.3",
"description": "A tiny library to handle common time-related things for your API in a beautiful way.",
"sourceType": "module",
"main": "./dist/itty-time.js",
Expand All @@ -13,6 +13,11 @@
"types": "./dist/itty-time.d.ts"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"lint": "eslint src",
"test": "vitest --coverage --reporter verbose",
Expand Down

0 comments on commit cc8d2fc

Please sign in to comment.