From 97b4c144494075f0028842c3f1e11cfb6266ef82 Mon Sep 17 00:00:00 2001 From: Ethan Selzer Date: Sun, 25 Sep 2016 20:49:35 -0700 Subject: [PATCH] 1.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fbd101fe..081fa5cf 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"