Skip to content

Commit 53e2a79

Browse files
committed
Exclude files from the npm-package
1 parent b9ef21d commit 53e2a79

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.vscode/
2+
generators/*/*.js.map
3+
generators/*/*.ts
4+
test/
5+
tests/
6+
.travis.yml
7+
tsconfig.json

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"email": "[email protected]",
99
"url": "https://github.com/manuth"
1010
},
11-
"files": [
12-
"generators"
13-
],
1411
"main": "generators/index.js",
1512
"keywords": [
1613
"Woltlab Suite Core",

0 commit comments

Comments
 (0)