@explorable-viz/fluid 0.9.5 → 0.9.6

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.9.5",
3
+ "version": "0.9.6",
4
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.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -11,15 +11,5 @@ if [ -e "website/$WEBSITE" ]; then
11
11
  exit 1
12
12
  fi
13
13
 
14
- if [ -e "website/$WEBSITE" ]; then
15
- echo "Error: $NPM_ROOT/website/$WEBSITE does not exist" >&2
16
- exit 1
17
- fi
18
-
19
14
  mkdir -p website/$WEBSITE
20
- cp -r $NPM_ROOT/website/{css,font,shared} website
21
15
  cp -r $NPM_ROOT/website/$1 website
22
-
23
- ln -s website/css website/$WEBSITE/css
24
- ln -s website/font website/$WEBSITE/font
25
- ln -s website/shared website/$WEBSITE/shared