only publish necessary files

This commit is contained in:
Timo Hocker 2020-05-03 16:59:53 +02:00
parent f9efc38eb1
commit d30819a059

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"
]
} }