Add npmignore

Fixes built files not added to npmjs
This commit is contained in:
Marko Korhonen 2023-11-14 19:35:28 +02:00
parent 793b6aece0
commit fe9e51a297
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 9 additions and 5 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env node
import '../target/main.js';
import '../dist/main.js';