Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Sep 26, 2016
1 parent b184b2e commit 97b4c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cursor-position",
"version": "1.0.1",
"version": "1.1.0",
"description": "A React component that decorates its children with mouse cursor coordinates, plotted relative to itself.",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"homepage": "https://github.com/ethanselzer/react-cursor-position#readme",
"main": "dist/ReactCursorPosition.js",
"files": [
"dist/ReactCursorPosition.js",
"LICENCE"
"dist/ReactCursorPosition.js",
"LICENCE"
],
"options": {
"mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.spec.js"
Expand Down

0 comments on commit 97b4c14

Please sign in to comment.