From c68d574a60ecb27703619f6838e86a8893b45acb Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Thu, 10 Oct 2019 11:13:00 +0200 Subject: [PATCH] Update package info --- packages/calypso-codemods/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/calypso-codemods/package.json b/packages/calypso-codemods/package.json index f2db1db27f3df..1fe343ace5f3c 100644 --- a/packages/calypso-codemods/package.json +++ b/packages/calypso-codemods/package.json @@ -1,6 +1,6 @@ { "name": "calypso-codemods", - "version": "0.1.5", + "version": "0.1.6", "description": "jscodeshift transforms used to upgrade calypso code", "main": "./api.js", "bin": { @@ -14,8 +14,8 @@ "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/calypso-codemods" }, - "author": "samouri", - "license": "ISC", + "author": "Jake Fried ", + "license": "GPL-2.0-or-later", "bugs": { "url": "https://github.com/Automattic/calypso-codemods/issues" },