Skip to content

Commit 817c94c

Browse files
committed
build(contents): restrict included pkg contents
1 parent 981cc9a commit 817c94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.2.0",
44
"description": "Extending the Jest default runner to run tests serially - useful for integration tests",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
6+
"files": [
7+
"index.js"
8+
],
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/gabrieli/jest-serial-runner.git"

0 commit comments

Comments
 (0)