Skip to content

Commit

Permalink
Add README file to 'inquirer' npm package (SBoudrias#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub authored and SBoudrias committed Oct 4, 2018
1 parent 5f144ef commit 66a3241
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
"lib"
"lib",
"README.md"
],
"main": "lib/inquirer.js",
"keywords": [
Expand All @@ -31,7 +32,9 @@
"scripts": {
"test": "nyc mocha test/**/* -r ./test/before",
"posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
"prepublish": "nsp check"
"prepublish": "nsp check",
"prepublishOnly": "cp ../../README.md .",
"postpublish": "rm -f README.md"
},
"repository": "SBoudrias/Inquirer.js",
"license": "MIT",
Expand Down

0 comments on commit 66a3241

Please sign in to comment.