feat(read-chunk/package.json): only publish index.js

This commit is contained in:
Julien Fontanet 2021-04-07 13:05:49 +02:00
parent e6c6e4395f
commit 61cb2529bd

View File

@ -23,6 +23,9 @@
"engines": { "engines": {
"node": ">=8.10" "node": ">=8.10"
}, },
"files": [
"index.js"
],
"scripts": { "scripts": {
"postversion": "npm publish --access public" "postversion": "npm publish --access public"
}, },