add npmignore

This commit is contained in:
Felix Roos 2024-05-17 10:49:37 +02:00
parent 846c12806e
commit a9fa6f14fb
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
pnpm-lock.yaml
vite.config.js

View File

@ -1,6 +1,6 @@
{
"name": "hs2js",
"version": "0.0.6",
"version": "0.0.7",
"description": "Experimental Haskell in JavaScript interpreter",
"main": "dist/index.js",
"module": "dist/index.mjs",