Skip to content

Commit

Permalink
feat: add tianshu-components (#336)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Added `tianshu-components` library as a development dependency to the
project.
- Updated `.gitignore` to include `.idea` and `package-lock.json`, while
also managing the entry for `package_draft.json`.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
river666 authored Jan 17, 2025
1 parent 4ed9620 commit b3ebd15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,7 @@ dist
.yarn/install-state.gz
.pnp.*

package_draft.json
package_draft.json

.idea
package-lock.json
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16423,6 +16423,9 @@
"through2": {
"version": "*"
},
"tianshu-components": {
"version": "*"
},
"tiktoken": {
"version": "*"
},
Expand Down

0 comments on commit b3ebd15

Please sign in to comment.