Skip to content

Commit 86ef43b

Browse files
committed
Push extension to the Web Store
This is now available at: <https://chrome.google.com/webstore/detail/gitique/mmjofndmajimmdkeejmmlfljclmghomk> The version is 0.0.2 because I uploaded the wrong production build :-( So that this doesn't happen again, remove the built file and .gitignore it.
1 parent 983a16a commit 86ef43b

File tree

4 files changed

+5
-266
lines changed

4 files changed

+5
-266
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
*.jar
22
out
33
gitique.js
4-
!dist/gitique.js

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/smcgivern/gitique.svg?branch=master)](https://travis-ci.org/smcgivern/gitique)
44

5-
A Chrome extension to make GitHub code review better.
5+
A Chrome extension to make GitHub code review better. Get it in the
6+
[Chrome Web Store][webstore].
67

78
## Developing
89

@@ -19,3 +20,5 @@ A Chrome extension to make GitHub code review better.
1920

2021
1. Run `./build prod`. This will use advanced optimizations and no watch the source files.
2122
2. Update [`dist/manifest.json`](dist/manifest.json) for the new version.
23+
24+
[webstore]: https://chrome.google.com/webstore/detail/gitique/mmjofndmajimmdkeejmmlfljclmghomk

0 commit comments

Comments
 (0)