Skip to content

Commit

Permalink
Update ws dependency to 7.1.2
Browse files Browse the repository at this point in the history
Also fix the license identifier that `npm audit` complains about.

Testing Done:

* `npm test`
* Ran [example/index.html]() and saw chart live update
  • Loading branch information
Jay Camp committed Aug 20, 2019
1 parent 5f9cb63 commit 2b70c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"sse.js": "^0.4.1",
"text-encoding": "^0.6.4",
"winston": "^1.0.1",
"ws": "^1.1.0"
"ws": "^7.1.2"
},
"scripts": {
"prepublish": "gulp prepublish",
Expand All @@ -51,5 +51,5 @@
"engines": {
"npm": ">=4.0.0"
},
"license": "Apache Software License v2"
"license": "Apache-2.0"
}

0 comments on commit 2b70c4b

Please sign in to comment.