Skip to content

Commit

Permalink
fix: Add all files from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
h4wldev committed Dec 4, 2022
1 parent 7c16ff5 commit 8cd17f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.1",
"description": "tinie: 🪄 Tiny framework that simply converts JavaScript functions into Restful APIs",
"main": "dist/tinie.js",
"files": [
"dist"
],
"types": "dist/tinie.d.ts",
"scripts": {
"build": "tsc"
Expand Down

0 comments on commit 8cd17f3

Please sign in to comment.