Update romulus-js path in package.json and tsconfig.json

This commit is contained in:
2025-09-03 20:22:30 +01:00
parent 695964a636
commit 02c9cfdabc
3 changed files with 17 additions and 14 deletions

View File

@@ -31,8 +31,8 @@
}
},
"dependencies": {
"color": "^4.2.0",
"@types/color": "^3.0.3",
"romulus-js": "file:./romulus-js"
"color": "^4.2.0",
"romulus-js": "file:romulus-js"
}
}