Skip to content

Commit

Permalink
ci: fix xclip not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 18, 2024
1 parent ba3b567 commit c75aa35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ _jest-editor/
.vscode/symbols.json
/coverage/
generated-icons/
*.zip
/xclip
*.zip
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "xclip"]
path = xclip
url = git@github.com:telesoho/xclip.git
branch = main
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"moment": "^2.22.1",
"shelljs": "^0.8.5",
"turndown": "^7.1.2",
"xclip": "file:xclip"
"xclip": "^1.0.4"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand Down

0 comments on commit c75aa35

Please sign in to comment.