From 9da4059a81458c7e3e18d120e8a3292a3117534a Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Tue, 3 Jan 2023 09:04:29 -0700 Subject: [PATCH] chore!: Rename package --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ff0c570..f38bdb3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "to-absolute-glob", + "name": "@gulpjs/to-absolute-glob", "description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.", "version": "3.0.0", "homepage": "https://github.com/jonschlinkert/to-absolute-glob", @@ -32,6 +32,9 @@ "devDependencies": { "mocha": "^3.0.2" }, + "publishConfig": { + "access": "public" + }, "keywords": [ "absolute", "file",