Skip to content

Commit

Permalink
chore: coord => peerDependency & version => 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 committed Dec 20, 2019
1 parent 5cb4748 commit 39f7e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "0.11.10",
"version": "0.11.11",
"description": "G2 Plot, a market of plots built with the Grammar of Graphics'",
"author": "https://github.com/orgs/antvis/people",
"main": "lib/index.js",
Expand Down Expand Up @@ -56,8 +56,7 @@
"fecha": "~3.0.3",
"resize-observer-polyfill": "^1.5.1",
"tslib": "^1.10.0",
"d3-regression": "^1.2.8",
"@antv/coord": "~0.2.2"
"d3-regression": "^1.2.8"
},
"peerDependencies": {
"@antv/g": "~3.5.0-beta.1",
Expand All @@ -66,7 +65,8 @@
"@antv/event-emitter": "^0.1.1",
"@antv/matrix-util": "~2.0.2",
"@antv/scale": "^0.2.2",
"@antv/util": "~2.0.4"
"@antv/util": "~2.0.4",
"@antv/coord": "~0.2.2"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "^0.10.18",
Expand Down

0 comments on commit 39f7e2b

Please sign in to comment.