@explorable-viz/fluid 0.7.73 → 0.7.74

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.73",
3
+ "version": "0.7.74",
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": {
@@ -3,7 +3,7 @@ set -xeu
3
3
 
4
4
  PREFIX=""
5
5
 
6
- while getopts "w:r:" opt; do
6
+ while getopts "w:r" opt; do
7
7
  case $opt in
8
8
  w) WEBSITE="$OPTARG";;
9
9
  r) PREFIX=node_modules/@explorable-viz/fluid;;