Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
fix: fix npm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Jan 19, 2021
1 parent 6f3243a commit ff2ee73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"module": "./dist/tpq.module.js",
"unpkg": "./dist/tpq.umd.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"LICENSE",
"dist/",
"index.js"
],
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
Expand Down

0 comments on commit ff2ee73

Please sign in to comment.