@explorable-viz/fluid 0.7.65 → 0.7.66

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.65",
3
+ "version": "0.7.66",
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": {
@@ -46,13 +46,13 @@ for CHILD in "${TO_COPY[@]}"; do
46
46
  done
47
47
 
48
48
  echo "Processing shared js files:"
49
+ cp -r fluid dist/$WEBSITE_LISP_CASE
50
+
49
51
  if [[ "$PREFIX" != "" ]]; then
50
52
  cp -r "${PREFIX:+$PREFIX/}dist/fluid/fluid" dist/$WEBSITE_LISP_CASE
51
53
  fi
52
- cp -r fluid/ dist/$WEBSITE_LISP_CASE
53
54
  cp -r "${PREFIX:+$PREFIX/}dist/fluid/shared" dist/$WEBSITE_LISP_CASE
54
55
 
55
-
56
56
  if [[ -e "website/$SRC_PATH/test.mjs" ]]; then
57
57
  cp website/$SRC_PATH/test.mjs dist/SRC_PATH_LISP_CASE/test.mjs
58
58
  fi