@explorable-viz/fluid 0.7.34 → 0.7.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  const express = require('express');
2
3
  const serve = require('express-static');
3
4
  require('http-shutdown').extend();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.34",
3
+ "version": "0.7.36",
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": {