Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit a8184d8

Browse files
committed
Merge pull request #14 from rollup/limit-files-in-package
Only include the files necessary to run.
2 parents 55ecb1a + b3913ea commit a8184d8

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
@@ -23,6 +23,9 @@
2323
"typescript": "1.7.5",
2424
"rollup-pluginutils": "^1.1.0"
2525
},
26+
"files": [
27+
"index.js"
28+
],
2629
"repository": {
2730
"type": "git",
2831
"url": "git+https://github.com/rollup/rollup-plugin-typescript.git"

0 commit comments

Comments
 (0)