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 0e8d991 commit 8f5bfe2Copy full SHA for 8f5bfe2
package.json
@@ -1,16 +1,18 @@
1
{
2
"name": "snapshot-diff",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Diffing Jest snapshots utility",
5
"main": "build/index.js",
6
"license": "MIT",
7
+ "author": "Michał Pierzchała <[email protected]>",
8
"scripts": {
9
"build": "babel src --out-dir build",
10
"watch": "babel -w src --out-dir build",
11
"test": "jest",
12
"prepublish": "npm run build",
13
"flow": "flow check"
14
},
15
+ "repository": "https://github.com/thymikee/snapshot-diff",
16
"peerDependencies": {
17
"jest": ">=16",
18
"react-test-renderer": ">=15"
0 commit comments