From 01e505a5f4b514d285eedc6456d819d0649032d4 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 6 Mar 2018 20:14:55 +0100 Subject: Add publishConfig to package.json so that packages are published as public under the @0xproject namespace --- packages/react-shared/package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/react-shared/package.json') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 4b9055e60..46dad47aa 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -33,5 +33,8 @@ "react-scroll": "^1.5.2", "react-tap-event-plugin": "^2.0.1", "react-highlight": "0xproject/react-highlight" + }, + "publishConfig": { + "access": "public" } } -- cgit v1.2.3