Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Oct 11, 2018
1 parent 41ede8a commit 14ca963
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 298 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-scenegraph",
"version": "3.2.2",
"version": "3.2.3",
"description": "Vega scenegraph and renderers.",
"license": "BSD-3-Clause",
"author": {
Expand Down Expand Up @@ -32,17 +32,17 @@
"postpublish": "git push && git push --tags && zip -j build/vega-scenegraph.zip -- LICENSE README.md build/vega-scenegraph-schema.json build/vega-scenegraph.js build/vega-scenegraph.min.js"
},
"dependencies": {
"d3-path": "^1.0.5",
"d3-shape": "^1.2.0",
"d3-path": "^1.0.7",
"d3-shape": "^1.2.2",
"vega-canvas": "^1.1.0",
"vega-loader": "^3.0.1",
"vega-util": "^1.7.0"
},
"devDependencies": {
"canvas": "^1.6.11",
"canvas": "^1.6.13",
"eslint": "5",
"jsdom": "11",
"rollup": "0.62.0",
"rollup": "0.66.6",
"tape": "4",
"tv4": "1",
"uglify-js": "3"
Expand Down
Loading

0 comments on commit 14ca963

Please sign in to comment.