Skip to content

Commit

Permalink
Adds Keywords to package json, improves readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmicko committed Sep 25, 2018
1 parent 09a46d8 commit 1b9d666
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ renderWebRTCAnalyzer({

### Version

3.1.0
3.1.1

### Contact

Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webrtc-analyzer",
"version": "3.1.0",
"version": "3.1.1",
"description": "WebRTC Connection Analyzer",
"module": "./src/App.js",
"main": "./build/webrtc-analyzer.js",
Expand Down Expand Up @@ -34,6 +34,17 @@
"webpack-cli": "^3.0.6",
"webpack-dev-server": "^3.1.7"
},
"keywords": [
"webrtc",
"analyze",
"analyzer",
"diagnostic",
"statistic",
"real-time",
"realtime",
"debugging",
"getStats"
],
"jest": {
"transform": {
".*": "./node_modules/babel-jest"
Expand Down

0 comments on commit 1b9d666

Please sign in to comment.