From 157fd437cac2c56236f15e770d212d133d022c94 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sat, 3 Feb 2018 13:14:59 -0800 Subject: [PATCH] fix: rename scope --- src/pjson.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pjson.ts b/src/pjson.ts index e3be8a72..63d232f0 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -34,7 +34,7 @@ export namespace PJSON { schema?: number bin?: string npmRegistry?: string - pluginScope?: string + scope?: string dirname?: string } }