From d3a7d92ab24a8f7b9f828387f7d9f8148857b1cb Mon Sep 17 00:00:00 2001 From: Derek Briggs Date: Fri, 4 Mar 2022 09:57:49 -0500 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f2afae2..dda7529 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@planetscale/core-prettier", - "version": "1.0.0", + "version": "1.0.1", "description": "Planetscale Core Design System prettier config", "main": "prettier.js", "repository": "git@github.com:planetscale/core-prettier.git", "license": "apache-2.0", "publishConfig": { - "registry":"https://npm.pkg.github.com" + "registry": "https://npm.pkg.github.com" }, "scripts": { "test": "echo \"No tests.\""