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.
1 parent ef8ec9a commit 9c27eb0Copy full SHA for 9c27eb0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jest-graphviz",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"author": "kamiazya <[email protected]>",
5
"description": "A plugin for jest that supports graphviz integration.",
6
"keywords": [
@@ -25,8 +25,8 @@
25
"jest": "^24.9.0"
26
},
27
"devDependencies": {
28
- "@rollup/plugin-node-resolve": "^7.0.0",
29
"@kamiazya/jest-dynamic": "^0.0.1",
+ "@rollup/plugin-node-resolve": "^7.0.0",
30
"@types/node": "^13.1.6",
31
"jest-snapshot": "^25.4.0",
32
"prettier": "^1.19.1",
0 commit comments