From c45d97a4b9a9da4aeaa316b8ef16528861eb6ea6 Mon Sep 17 00:00:00 2001 From: Austin McGee <947888+amcgee@users.noreply.github.com> Date: Tue, 17 Sep 2019 13:06:16 +0200 Subject: [PATCH] fix: remove publish-breaking comment from package.json (#47) --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index c32d1ab5e..29f567dc4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -14,8 +14,8 @@ "config", "src" ], + "//": "****** Includes standard libraries from app-shell, so that tests work ******", "dependencies": { - "//": "****** Includes standard libraries from app-shell, so that tests work ******", "@babel/core": "^7.6.0", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.4.4",