Skip to content

Commit

Permalink
fix: rename oclif manifest to not be a dotfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 21, 2018
1 parent 679ab94 commit 84f870f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 84f870f

Please sign in to comment.