Skip to content

Commit

Permalink
released 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2023
1 parent 53e6376 commit dccab8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- run: npm run copy
- run: npm run build
- run: rm -rf fonts/react
- run: cp lib/*js ./
- run: cp lib/*.js ./
- run: cp lib/*.d.ts ./
- run: rm -rf index.js
- run: ls -al

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/file-icons",
"version": "1.3.0",
"version": "1.3.1",
"description": "File icons in the file tree",
"repository": {
"type": "git",
Expand Down

0 comments on commit dccab8d

Please sign in to comment.