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" },