Skip to content

Commit

Permalink
feat: add some new icons (#14)
Browse files Browse the repository at this point in the history
* build(deps): bump @rsuite/icon-font from 4.0.0 to 4.1.0

* feat: update meta.json
  • Loading branch information
simonguo authored Oct 27, 2024
1 parent 3460c51 commit b9e5747
Show file tree
Hide file tree
Showing 80 changed files with 2,284 additions and 5,021 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function buildIconComponent(done) {

function copyDocs() {
return gulp
.src(['./README.md', './CHANGELOG.md', './LICENSE', 'meta.json'])
.src(['./README.md', './CHANGELOG.md', './LICENSE', './src/meta.json'])
.pipe(gulp.dest(libRoot));
}

Expand Down
Loading

0 comments on commit b9e5747

Please sign in to comment.