From 6ad4b69599d8d350de5408255a3359506a1279dd Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Fri, 7 Nov 2025 00:54:15 -0500 Subject: [PATCH] use npm package for raster-path to allow post-install build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfd0d1d1..c0b7dc2d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@gridspace/app-server": "github:gridspace/app-server#v0.0.19", "@gridspace/basic-ftp": "github:gridspace/basic-ftp#v5.0.5-gridspace", "@gridspace/net-level-client": "^0.2.3", - "@gridspace/raster-path": "github:gridspace/raster-path#main", + "@gridspace/raster-path": "^1.0.2", "@tracespace/parser": "^5.0.0-next.0", "@tweenjs/tween.js": "^16.6.0", "base64-js": "^1.5.1",