Skip to content

Commit 8f5bfe2

Browse files
committed
Update package info; v0.0.3
1 parent 0e8d991 commit 8f5bfe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "snapshot-diff",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Diffing Jest snapshots utility",
55
"main": "build/index.js",
66
"license": "MIT",
7+
"author": "Michał Pierzchała <[email protected]>",
78
"scripts": {
89
"build": "babel src --out-dir build",
910
"watch": "babel -w src --out-dir build",
1011
"test": "jest",
1112
"prepublish": "npm run build",
1213
"flow": "flow check"
1314
},
15+
"repository": "https://github.com/thymikee/snapshot-diff",
1416
"peerDependencies": {
1517
"jest": ">=16",
1618
"react-test-renderer": ">=15"

0 commit comments

Comments
 (0)