Skip to content

Commit 59ff86d

Browse files
committed
parcoords: include dependencies: regl, bumped ndarray, glslify and its transform
1 parent 143749e commit 59ff86d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"version": "npm run build && git add -A dist src build",
4949
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\""
5050
},
51+
"browserify": {
52+
"transform": ["glslify"]
53+
},
5154
"dependencies": {
5255
"3d-view": "^2.0.0",
5356
"alpha-shape": "^1.0.0",
@@ -79,10 +82,11 @@
7982
"mapbox-gl": "^0.22.0",
8083
"mouse-change": "^1.4.0",
8184
"mouse-wheel": "^1.0.2",
82-
"ndarray": "^1.0.16",
85+
"ndarray": "^1.0.18",
8386
"ndarray-fill": "^1.0.1",
8487
"ndarray-homography": "^1.0.0",
8588
"ndarray-ops": "^1.2.2",
89+
"regl": "^1.3.0",
8690
"right-now": "^1.0.0",
8791
"robust-orientation": "^1.1.3",
8892
"sane-topojson": "^2.0.0",
@@ -103,6 +107,7 @@
103107
"fs-extra": "^2.0.0",
104108
"fuse.js": "^2.6.1",
105109
"glob": "^7.0.0",
110+
"glslify": "^4.0.0",
106111
"gzip-size": "^3.0.0",
107112
"image-size": "^0.5.1",
108113
"jasmine-core": "^2.4.1",

0 commit comments

Comments
 (0)