@explorable-viz/fluid 0.7.74 → 0.7.75
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/script/bundle-website.sh +0 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@explorable-viz/fluid",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.75",
|
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": {
|
package/script/bundle-website.sh
CHANGED
@@ -11,8 +11,6 @@ while getopts "w:r" opt; do
|
|
11
11
|
done
|
12
12
|
|
13
13
|
PREFIX_=${PREFIX:+$PREFIX/}
|
14
|
-
pwd
|
15
|
-
ls -la script/util/lisp-case.sh
|
16
14
|
WEBSITE_LISP_CASE=$(. "${PREFIX_}script/util/lisp-case.sh" "$WEBSITE")
|
17
15
|
echo "$WEBSITE -> $WEBSITE_LISP_CASE"
|
18
16
|
echo "Cleaning dist/$WEBSITE_LISP_CASE"
|