only publish necessary files

This commit is contained in:
Timo Hocker 2020-05-03 16:59:11 +02:00
parent afc35d935c
commit 1c02ce21fc

View File

@ -17,5 +17,10 @@
"test": "nyc ava", "test": "nyc ava",
"ci": "yarn && node jenkins.js", "ci": "yarn && node jenkins.js",
"mutate": "stryker run" "mutate": "stryker run"
} },
"files": [
"LICENSE",
"index.js",
"index.d.ts"
]
} }