From 8a38ec61d83b78cfd960d652c46b6d7a77f767ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=AFd?= <20957603+ayewo@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:24:11 +0100 Subject: [PATCH] chore: remove repository & publishConfig added for testing --- npm-packages/meteor-installer/package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/npm-packages/meteor-installer/package.json b/npm-packages/meteor-installer/package.json index c74af4a101..25bec2b1fd 100644 --- a/npm-packages/meteor-installer/package.json +++ b/npm-packages/meteor-installer/package.json @@ -2,13 +2,6 @@ "name": "meteor", "version": "2.15.0", "description": "Install Meteor", - "repository": { - "type": "git", - "url": "git+https://github.com/ayewo/meteor.git" - }, - "publishConfig": { - "registry": "https://npm.pkg.github.com" - }, "main": "install.js", "scripts": { "install": "node cli.js install"