chore(rudag): add .npmkeep to preserve WASM directories

Prevents wasm-pack from regenerating .gitignore files that block npm

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rUv 2025-12-30 16:42:33 +00:00
parent 6d8987a455
commit f7d5e75db5
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
# Keep WASM files for npm

View file

@ -0,0 +1 @@
# Keep WASM files for npm

View file

@ -1,6 +1,5 @@
{
"name": "ruvector-dag-wasm",
"type": "module",
"collaborators": [
"RuVector Contributors"
],
@ -13,7 +12,7 @@
"ruvector_dag_wasm_bg.js",
"ruvector_dag_wasm.d.ts"
],
"main": "ruvector_dag_wasm.js",
"module": "ruvector_dag_wasm.js",
"types": "ruvector_dag_wasm.d.ts",
"sideEffects": [
"./ruvector_dag_wasm.js",