@explorable-viz/fluid 0.7.57 → 0.7.60

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.57",
3
+ "version": "0.7.60",
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": {
@@ -28,7 +28,3 @@ if [[ -e "website/$SRC_PATH.json" ]]; then
28
28
  cp website/$SRC_PATH.html dist/$SRC_PATH_LISP_CASE/index.html
29
29
  cp website/$SRC_PATH.json dist/$SRC_PATH_LISP_CASE/spec.json
30
30
  fi
31
-
32
- if [[ -e "website/$SRC_PATH/test.mjs"]]; then
33
- cp website/$SRC_PATH/test.mjs dist/SRC_PATH_LISP_CASE/test.mjs
34
- fi
@@ -49,4 +49,10 @@ done
49
49
  echo "Processing shared js files:"
50
50
  cp -r "${PREFIX:+$PREFIX/}dist/fluid/shared" dist/$WEBSITE_LISP_CASE
51
51
  cp -r fluid dist/$WEBSITE_LISP_CASE
52
+
53
+
54
+ if [[ -e "website/$SRC_PATH/test.mjs" ]]; then
55
+ cp website/$SRC_PATH/test.mjs dist/SRC_PATH_LISP_CASE/test.mjs
56
+ fi
57
+
52
58
  echo "Bundled website $WEBSITE"