only publish necessary files

This commit is contained in:
Timo Hocker 2020-05-03 17:01:16 +02:00
parent e87b021a7a
commit 01e4983131

View File

@ -24,5 +24,9 @@
},
"engines": {
"node": ">=10.0.0"
}
},
"files": [
"LICENSE",
"index.js"
]
}