Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 82fa4fa

Browse files
committed
Limit the published files to the "dist" directory
1 parent 75db82b commit 82fa4fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Rebase your HTML assets based on a source map.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"clean": "rimraf dist",
912
"prepack": "npm run clean && npm run build",

0 commit comments

Comments
 (0)