Skip to content

Commit f02cddd

Browse files
docs: update README.md
1 parent e5bfafc commit f02cddd

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A chrome extension for the github emoji picker with fun :sunglasses:.
1010

1111
:point_right: Chrome Extension
1212

13-
- [Let's get it](https://chrome.google.com/webstore/detail/github-emoji/odophnhbmlnkolipnngbmlejgfhhabjm) :call_me_hand:
13+
- [Let's get it](https://chrome.google.com/webstore/detail/github-emoji/pfhcnffadoajdcedindnjcladkokgfpo) :call_me_hand:
1414

1515
:point_right: Manual Installation
1616

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
"build": "webpack --mode-production",
1010
"release": "sh release.sh"
1111
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/FishPlusOrange/github-emoji.git"
15-
},
16-
"bugs": {
17-
"url": "https://github.com/FishPlusOrange/github-emoji/issues"
18-
},
19-
"homepage": "https://github.com/FishPlusOrange/github-emoji#readme",
2012
"keywords": [
2113
"emoji",
2214
"github",
@@ -48,5 +40,13 @@
4840
"dependencies": {
4941
"react": "^16.9.0",
5042
"react-dom": "^16.9.0"
43+
},
44+
"homepage": "https://github.com/FishPlusOrange/github-emoji#readme",
45+
"repository": {
46+
"type": "git",
47+
"url": "https://github.com/FishPlusOrange/github-emoji.git"
48+
},
49+
"bugs": {
50+
"url": "https://github.com/FishPlusOrange/github-emoji/issues"
5151
}
5252
}

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env sh
1+
#!/bin/bash
2+
23
set -e
34
echo "Enter release version:"
45
read VERSION

0 commit comments

Comments
 (0)