Skip to content

Commit

Permalink
update opn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfelixl committed Jul 7, 2019
1 parent a823bc0 commit 241e6b8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 17 deletions.
49 changes: 34 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeplotlib",
"version": "0.6.2",
"version": "0.6.3",
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"author": "Felix Lemke <flemke.dev@gmail.com> (https://felixlemke.com)",
"license": "MIT",
"dependencies": {
"opn": "^5.3.0"
"opn": "^5.5.0"
},
"devDependencies": {
"@types/d3": "^5.7.1",
Expand Down

0 comments on commit 241e6b8

Please sign in to comment.