Fix package.json
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 13s

This commit is contained in:
Julien Valverdé
2026-03-27 14:30:57 +01:00
parent 5e79d6b943
commit b1277ebfb3

View File

@@ -24,6 +24,10 @@
"./PropertyPath": {
"types": "./dist/PropertyPath.d.ts",
"default": "./dist/PropertyPath.js"
},
"./Subscribable": {
"types": "./dist/Subscribable.d.ts",
"default": "./dist/Subscribable.js"
}
},
"scripts": {