Commit 1db61226 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix parcel version

the newer versions result in bug when minifying hdf5web code
parent 5304480e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
        "@types/react": "^17.0.52",
        "@types/react-dom": "^17.0.18",
        "buffer": "^5.7.1",
        "parcel": "^2.0.0",
        "parcel": "2.8.3",
        "typescript": "4.9.3"
    }
}