We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679ab94 commit 84f870fCopy full SHA for 84f870f
package.json
@@ -35,7 +35,7 @@
35
"node": ">=8.0.0"
36
},
37
"files": [
38
- ".oclif.manifest.json",
+ "oclif.manifest.json",
39
"/lib"
40
],
41
"homepage": "https://github.com/oclif/plugin-warn-if-update-available",
@@ -54,7 +54,7 @@
54
"repository": "oclif/plugin-warn-if-update-available",
55
"scripts": {
56
"build": "rm -rf lib && tsc",
57
- "clean": "rm -f .oclif.manifest.json",
+ "clean": "rm -f oclif.manifest.json",
58
"lint": "tsc -p test --noEmit && tslint -p test -t stylish",
59
"postpublish": "yarn run clean",
60
"posttest": "yarn run lint",
0 commit comments