Skip to content

Commit e667e0d

Browse files
committed
fix: Include typings in the distribution dirtectory again
They were accidentally removed by replacing cpy-cli with ncp. Re-using the cpy-cli again. Upgrade other npm modules to current versions.
1 parent a58e7d3 commit e667e0d

3 files changed

Lines changed: 388 additions & 88 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ coverage
22
dist
33
node_modules
44
src/lookup/data*.js
5+
src/index-1900-2050.d.ts
6+
src/index-2012-2022.d.ts
7+
src/lookup/data-1900-2050.d.ts
8+
src/lookup/data-2012-2022.d.ts
59
test/browser
610
test/typings.test.js

0 commit comments

Comments
 (0)