From 84f870f0e3c590a0d7b74771a6771eb613a70865 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Tue, 21 Aug 2018 16:57:22 -0700 Subject: [PATCH] fix: rename oclif manifest to not be a dotfile --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index be72ba63..fcf9f8fc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "node": ">=8.0.0" }, "files": [ - ".oclif.manifest.json", + "oclif.manifest.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-warn-if-update-available", @@ -54,7 +54,7 @@ "repository": "oclif/plugin-warn-if-update-available", "scripts": { "build": "rm -rf lib && tsc", - "clean": "rm -f .oclif.manifest.json", + "clean": "rm -f oclif.manifest.json", "lint": "tsc -p test --noEmit && tslint -p test -t stylish", "postpublish": "yarn run clean", "posttest": "yarn run lint",