Skip to content

Commit 87e9f86

Browse files
authored
Merge pull request #31 from aligent/bugfix/TSC-6_include-editorconfig-in-files
bugfix: Publish .editorconfig file to npm
2 parents d29cd1d + 404b496 commit 87e9f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"files": [
1515
"dist",
16-
"tsconfigs"
16+
"tsconfigs",
17+
".editorconfig"
1718
],
1819
"scripts": {
1920
"test": "tsc && eslint .",

0 commit comments

Comments
 (0)