This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c1eef9
commit 8969491
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ const analytics = new TestPilotGA({ | |
ds: 'addon', | ||
an: 'Voice Fill', | ||
aid: '[email protected]', | ||
av: '1.4.1' | ||
av: '1.4.2' | ||
}); | ||
|
||
browser.runtime.onMessage.addListener(event => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "voicefill", | ||
"id": "[email protected]", | ||
"description": "This is a simple WebExtension that adds support to use Speech To Text as an input method in web pages.", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"author": { | ||
"name": "Andre Natal & Fabrice Desré", | ||
"url": "https://github.com/mozilla/speaktome" | ||
|
@@ -15,7 +15,7 @@ | |
"eslint-plugin-mozilla": "0.3.2", | ||
"npm-run-all": "4.0.2", | ||
"prettier": "1.5.3", | ||
"web-ext": "1.10.0" | ||
"web-ext": "^1.10.0" | ||
}, | ||
"dependencies": { | ||
"bodymovin": "4.9.0", | ||
|