Skip to content

Commit

Permalink
chore: decrease lib install size (#49)
Browse files Browse the repository at this point in the history
* chore: remove /dist from git

* chore: keep only /dist in npm

* chore: build for publish only necessary files

* chore: set prepublishOnly
  • Loading branch information
anday013 authored Apr 7, 2024
1 parent ef4d5f5 commit 20bea96
Show file tree
Hide file tree
Showing 27 changed files with 15 additions and 633 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store
coverage
coverage
dist
3 changes: 0 additions & 3 deletions dist/jest.config.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions dist/jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/jest.setupFilesAfterEnv.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/jest.setupFilesAfterEnv.js

This file was deleted.

3 changes: 0 additions & 3 deletions dist/src/OtpInput/OtpInput.d.ts

This file was deleted.

46 changes: 0 additions & 46 deletions dist/src/OtpInput/OtpInput.js

This file was deleted.

35 changes: 0 additions & 35 deletions dist/src/OtpInput/OtpInput.styles.d.ts

This file was deleted.

35 changes: 0 additions & 35 deletions dist/src/OtpInput/OtpInput.styles.js

This file was deleted.

29 changes: 0 additions & 29 deletions dist/src/OtpInput/OtpInput.types.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/src/OtpInput/OtpInput.types.js

This file was deleted.

9 changes: 0 additions & 9 deletions dist/src/OtpInput/VerticalStick.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions dist/src/OtpInput/VerticalStick.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/OtpInput/__tests__/OtpInput.test.d.ts

This file was deleted.

Loading

0 comments on commit 20bea96

Please sign in to comment.