We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b772fb7 + 7a01403 commit 7913c77Copy full SHA for 7913c77
jest.config.json
@@ -7,10 +7,10 @@
7
"testEnvironment": "node",
8
"coverageThreshold": {
9
"global": {
10
- "branches": 75,
11
- "functions": 80,
12
- "lines": 70,
13
- "statements": 70
+ "branches": 90,
+ "functions": 90,
+ "lines": 90,
+ "statements": 90
14
}
15
},
16
"globals": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodeplotlib",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
5
"main": "dist/lib/index.js",
6
"types": "dist/lib/index.d.ts",
0 commit comments