Skip to content

Commit a9da70e

Browse files
committed
fix(npmignore): dist -> src
1 parent 7acb085 commit a9da70e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.npmignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*
2-
!dist/
3-
!dist/*
4-
!dist/**/*
2+
!src/
3+
!src/*
4+
!src/**/*
55
!definitions/
66
!definitions/*
77
!*.ts

0 commit comments

Comments
 (0)