@explorable-viz/fluid 0.7.5 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,20 +1,17 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
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": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/explorable-viz/fluid.git#release"
9
9
  },
10
- "publishConfig": {
11
- "registry": "https://registry.npmjs.org/"
12
- },
13
10
  "keywords": [
14
11
  "PureScript",
15
12
  "JavaScript"
16
13
  ],
17
- "author": "explorable-viz",
14
+ "author": "Fluid Contributors",
18
15
  "license": "MIT",
19
16
  "bugs": {
20
17
  "url": "https://github.com/explorable-viz/fluid/issues"