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

Commit b3913ea

Browse files
Only include the files necessary to run.
v0.2.1 includes a bunch of files we don't want, some of which seem to be left over from previous versions: ``` node_modules/rollup-plugin-typescript/ ├── CHANGELOG.md ├── README.md ├── dist │   ├── index.js │   └── index.js.map ├── index.js ├── package.json ├── src │   └── index.js ├── test │   ├── sample │   │   ├── basic │   │   │   └── main.ts │   │   └── import-class │   │   ├── A.js │   │   ├── A.ts │   │   ├── main.js │   │   └── main.ts │   └── test.js └── tsconfig.json 6 directories, 14 files ```
1 parent 55ecb1a commit b3913ea

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)