Skip to content

Commit

Permalink
feat(types): export types (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dankreiger authored Nov 27, 2022
1 parent 98ca69a commit eb64699
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 1 deletion.
143 changes: 143 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"scripty": "2.1.1",
"semantic-release": "19.0.5",
"size-limit": "8.1.0",
"sort-package-json": "1.57.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tslib": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/format/index.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh

echo "┏━━━ format ━━━━━━━━━━━━━━━━━━━"
npx sort-package-json && npx prettier src --single-quote --write
sort-package-json && prettier src --single-quote --write
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { EntityDict } from './typings';
export * from './utils';

0 comments on commit eb64699

Please sign in to comment.