Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix: include proper files in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed Dec 13, 2018
1 parent b20d7fe commit f6f30e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Fly's TypeScript CDN",
"main": "./dist/src/index.js",
"files": [
"./dist/src/"
"./dist/src/**/*"
],
"scripts": {
"start": "yarn fly server",
Expand Down

0 comments on commit f6f30e7

Please sign in to comment.