Skip to content

Commit

Permalink
Merge 7a01403 into b772fb7
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfelixl committed Feb 20, 2019
2 parents b772fb7 + 7a01403 commit 414a998
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"branches": 75,
"functions": 80,
"lines": 70,
"statements": 70
"branches": 90,
"functions": 90,
"lines": 90,
"statements": 90
}
},
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeplotlib",
"version": "0.5.1",
"version": "0.5.2",
"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

0 comments on commit 414a998

Please sign in to comment.