Skip to content

Commit

Permalink
Merge pull request #139 from JamesBrill/website
Browse files Browse the repository at this point in the history
Add homepage property to package.json
  • Loading branch information
JamesBrill authored May 14, 2022
2 parents 8ecb605 + 5ba1010 commit 11eef73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "react-speech-recognition",
"version": "3.9.0",
"version": "3.9.1",
"description": "💬Speech recognition for your React app",
"main": "lib/index.js",
"homepage": "https://webspeechrecognition.com/",
"scripts": {
"build": "babel src -d lib --ignore '**/*.test.js'",
"lint": "eslint src tests",
Expand Down

0 comments on commit 11eef73

Please sign in to comment.