fix: le polyfill est un peer, pas un chemin vers la copie de travail d'un développeur

This commit is contained in:
Sylvain Duchesne
2026-08-17 11:48:17 +02:00
parent 821ea997fe
commit 2ce2113157
3 changed files with 19 additions and 7 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@ng-helpers/indexing",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"description": "An indexing layer built on top of NextGraph, via @ng-eventually/polyfill. An index is an ordinary public document; contributions reach it through its inbox; its owner curates it.",
@@ -9,10 +9,11 @@
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@ng-eventually/polyfill": "file:../ng-eventually-js/packages/polyfill"
"peerDependencies": {
"@ng-eventually/polyfill": "*"
},
"devDependencies": {
"@ng-eventually/polyfill": "file:../ng-eventually-js/packages/polyfill",
"@ng-org/web": "0.1.2-alpha.13",
"@types/bun": "latest",
"ng-e2e-helpers": "file:../ng-eventually-js/packages/ng-e2e-helpers",