Skip to content

Commit

Permalink
fix(pkg): only include dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 18, 2021
1 parent 0249407 commit c0497f2
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 @@ -16,6 +16,9 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "start-server-and-test example http://localhost:3000 test:e2e",
"example": "vite example",
Expand Down

0 comments on commit c0497f2

Please sign in to comment.