Skip to content

Commit

Permalink
[drag] add @vx/event dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 17, 2018
1 parent c375cef commit c20c13b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions packages/vx-drag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@
"prepublish": "make build SRC=./src",
"test": "jest"
},
"files": [
"build"
],
"files": ["build"],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"keywords": ["vx", "react", "d3", "visualizations", "charts"],
"author": "@hshoff",
"license": "MIT",
"bugs": {
Expand All @@ -49,9 +41,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"jest": {
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
},
"dependencies": {
"@vx/event": "0.0.153"
}
}

0 comments on commit c20c13b

Please sign in to comment.