From 3c0de3cfed36c8a79e284bba56866dc4843a8955 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Thu, 6 Feb 2020 17:17:01 -0800 Subject: [PATCH 1/2] Update 1.x package.json with new name and URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2b7c884a..495ca64a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "coffeelint", + "name": "@coffeelint/cli", "description": "Lint your CoffeeScript", "version": "1.16.1", - "homepage": "http://www.coffeelint.org", + "homepage": "https://coffeelint.github.io", "keywords": [ "lint", "coffeescript", @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/clutchski/coffeelint.git" + "url": "git://github.com/coffeelint/coffeelint.git" }, "bin": { "coffeelint": "./bin/coffeelint" From def98ab24c67cd088cc8542e4dd9c03f7f9a37a3 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Thu, 6 Feb 2020 17:21:03 -0800 Subject: [PATCH 2/2] Synchronize slightly more with the master package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 495ca64a..48a28932 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@coffeelint/cli", "description": "Lint your CoffeeScript", "version": "1.16.1", - "homepage": "https://coffeelint.github.io", + "homepage": "https://coffeelint.github.io/", "keywords": [ "lint", "coffeescript", "coffee-script" ], - "author": "Matthew Perpick ", + "author": "Tony Brix (https://Tony.Brix.ninja)", "main": "./lib/coffeelint.js", "engines": { "npm": ">=1.3.7",