File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
1+ #! /bin/bash
2+
23set -e
34echo " Enter release version:"
45read VERSION
You can’t perform that action at this time.
0 commit comments