From 288ecbdf728c605805253349217e8be007e434e8 Mon Sep 17 00:00:00 2001 From: "James C. Davis" Date: Wed, 2 Oct 2024 11:16:54 -0400 Subject: [PATCH] remove publishConfig from addon package.json --- files/__addonLocation__/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/__addonLocation__/package.json b/files/__addonLocation__/package.json index 723c135..4e850d8 100644 --- a/files/__addonLocation__/package.json +++ b/files/__addonLocation__/package.json @@ -86,9 +86,6 @@ "rollup-plugin-copy": "^3.5.0"<% } %><% if (typescript) { %>, "typescript": "^5.4.5"<% } %> }, - "publishConfig": { - "registry": "https://registry.npmjs.org" - }, "ember": { "edition": "octane" },