Skip to content

Commit d9bc64c

Browse files
authored
fix: include .ts template files in the node package (#107)
1 parent 97f95fb commit d9bc64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Ignores TypeScript files, but keeps definitions and templates.
33
*.ts
44
!*.d.ts
5-
!src/**/files/*
5+
!src/**/_*files/**/*
66

77
**/*.tgz
88
*.spec.js

0 commit comments

Comments
 (0)