From 88de9912e4eef5900bfa2e08efc3549d97e5229d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 22 May 2018 16:24:33 +0200 Subject: [PATCH] fix(pacakge name): switch to @pushrocks scope --- npmextra.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/npmextra.json b/npmextra.json index 18e0880..4ac3db7 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,7 +2,8 @@ "npmci": { "npmGlobalTools": [ "npmts" - ] + ], + "npmAccessLevel": "public" }, "npmts": { "coverageTreshold": 50 diff --git a/package.json b/package.json index ec8015b..a8c5b0e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "smartupdate", + "name": "@pushrocks/smartupdate", "version": "1.0.16", "description": "update your tools in a smart way", "main": "dist/index.js",