Add license and readme to published package

This commit is contained in:
Tomás Fox
2022-03-06 22:53:02 -03:00
parent 5639df83a9
commit ab5cfd8582

View File

@@ -18,5 +18,5 @@ cp src/*.d.* dist
# Build browser/node workers # Build browser/node workers
npm run build npm run build
# Copy package.json # Copy files for npm publish
cp package.json dist cp package.json LICENSE README.md dist