Skip to content

Commit bb0b5a8

Browse files
authored
Do not exclude .d.ts in .npmignore
This will make the attempt to publish types (3.1.0) actually work.
1 parent d17a89d commit bb0b5a8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.npmignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
/package.json.ember-try
3737

3838
# typescript
39-
#
40-
# avoid publishing .d.ts or .ts files
41-
# until they have become enforced "public" APIs
42-
*.ts
43-
# to enable d.ts consumption remove the next line
44-
# !*.d.ts
39+
!*.d.ts
4540
!addon/**/*.js
41+
42+
# miscellanies
4643
server/
4744
tsconfig.json
4845
*.tgz

0 commit comments

Comments
 (0)