@explorable-viz/fluid 0.7.63 → 0.7.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.63",
3
+ "version": "0.7.64",
4
4
  "description": "Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -13,7 +13,7 @@ done
13
13
  WEBSITE_LISP_CASE=$(./$PREFIX/script/util/lisp-case.sh "$WEBSITE")
14
14
  echo "$WEBSITE -> $WEBSITE_LISP_CASE"
15
15
  echo "Cleaning dist/$WEBSITE_LISP_CASE"
16
- . "${PREFIX:+$PREFIX}script/util/clean.sh" $WEBSITE_LISP_CASE
16
+ . "${PREFIX:+$PREFIX/}script/util/clean.sh" $WEBSITE_LISP_CASE
17
17
 
18
18
  . "${PREFIX:+$PREFIX/}script/bundle-page.sh" $WEBSITE ${PREFIX:+$PREFIX}
19
19