Skip to content

Commit

Permalink
remove .lock file and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ser1us authored Apr 21, 2022
1 parent 21d586b commit 1b41284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This extension will add a snippet to insert an ascii shrug at the current cursor

Sometimes there are simply no words to describe a situation. And that is when this extension comes in handy :)

![Alt text](icons/xtr-shrug-1.png?raw=true "Shrug 1")
![Alt text](icons/xtr-shrug-2.png?raw=true "Shrug 2")
![Alt text](icons/xtr-shrug-3.png?raw=true "Shrug 3")
![Shrug icon #1](icons/xtr-shrug-1.png?raw=true "Shrug 1")
![Shrug icon #2](icons/xtr-shrug-2.png?raw=true "Shrug 2")
![Shrug icon #3](icons/xtr-shrug-3.png?raw=true "Shrug 3")

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Shrug",
"description": "Add a shrug ascii emoji at your current cursor position :)",
"publisher": "Christoph Lipp",
"icon": "icons/xtr-shrug-1.png",
"icon": "icons/xtr-shrug-2.png",
"repository": "https://github.com/ser1us/vscode-shrug",
"bugs": {
"url": "https://github.com/ser1us/vscode-shrug/issues"
Expand Down

0 comments on commit 1b41284

Please sign in to comment.