This commit is contained in:
Wade Wegner 2018-08-05 11:50:58 -05:00
Родитель 1351f7b0b0
Коммит 539560e3ba
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -14,6 +14,8 @@ CLI for That Conference (https://www.thatconference.com/)
<!-- toc -->
* [thatconf](#thatconf)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->

Просмотреть файл

@ -37,7 +37,6 @@
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/wadewegner/thatconf",
@ -55,12 +54,12 @@
},
"repository": "wadewegner/thatconf",
"scripts": {
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"postpack": "rm -f oclif.manifest.json",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
"prepare": "rm -rf lib && tsc",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}