Skip to content

Commit a5ca203

Browse files
committed
package.json: explicitly set the files to install.
No need for an extra .npmignore file
1 parent 836f897 commit a5ca203

2 files changed

Lines changed: 7 additions & 16 deletions

File tree

.npmignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"author": "Jonas Kello",
88
"license": "MIT",
99
"repository": "https://github.com/dividab/tsconfig-paths",
10+
"files": [
11+
"/src/**/*.{js,ts}",
12+
"/lib/**/*.{js,ts}",
13+
"register.js",
14+
"CHANGELOG.md",
15+
"!**/__tests__/**"
16+
],
1017
"engines": {
1118
"node": ">=6"
1219
},

0 commit comments

Comments
 (0)