@explorable-viz/fluid 0.12.7 → 0.12.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.12.7",
4
- "description": "A functional programming language which integrates a bidirectional dynamic analysis, connecting outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.",
3
+ "version": "0.12.8",
4
+ "description": "A pure functional dialect of Python, based on PurePy, with a dependency-tracking runtime for creating interactive outputs linked to data.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/explorable-viz/fluid.git#release"
@@ -1,10 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
- SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
5
- FLUID_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
6
-
7
4
  echo "Installing Puppeteer browsers..."
8
- cd "$FLUID_ROOT"
9
- yarn puppeteer browsers install chrome
10
- yarn puppeteer browsers install firefox
5
+ npx puppeteer browsers install chrome
6
+ npx puppeteer browsers install firefox