From 44408bc9459673d5aee2985327026d8e9c31d0db Mon Sep 17 00:00:00 2001 From: bubkoo Date: Sat, 16 Apr 2016 16:30:17 +0800 Subject: [PATCH] v1.0.0 --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a0ad8b5..877adac 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": { - "type": "git", - "url": "https://github.com/bubkoo/get-cursor-position.git" - }, "keywords": [ "terminal", "console", @@ -23,9 +19,12 @@ "email": "bubkoo.wy@gmail.com" }, "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/bubkoo/get-cursor-position.git" + }, "bugs": { "url": "https://github.com/bubkoo/get-cursor-position/issues" }, - "homepage": "https://github.com/bubkoo/get-cursor-position", - "dependencies": {} + "homepage": "https://github.com/bubkoo/get-cursor-position" }