Skip to content

Commit 84f870f

Browse files
committed
fix: rename oclif manifest to not be a dotfile
1 parent 679ab94 commit 84f870f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"node": ">=8.0.0"
3636
},
3737
"files": [
38-
".oclif.manifest.json",
38+
"oclif.manifest.json",
3939
"/lib"
4040
],
4141
"homepage": "https://github.com/oclif/plugin-warn-if-update-available",
@@ -54,7 +54,7 @@
5454
"repository": "oclif/plugin-warn-if-update-available",
5555
"scripts": {
5656
"build": "rm -rf lib && tsc",
57-
"clean": "rm -f .oclif.manifest.json",
57+
"clean": "rm -f oclif.manifest.json",
5858
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
5959
"postpublish": "yarn run clean",
6060
"posttest": "yarn run lint",

0 commit comments

Comments
 (0)