Skip to content

Commit b89e6d8

Browse files
committed
Put tests in npmignore
1 parent 0fcfca5 commit b89e6d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/src
1+
src
2+
__tests__

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snapshot-diff",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Diffing Jest snapshots utility",
55
"main": "build/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)