forked from SBoudrias/Inquirer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This workaround fix a nodejs issue (nodejs/node#21771) that cause porcli to not work on windows
- Loading branch information
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "inquirer", | ||
"version": "6.2.0", | ||
"name": "@porketta.io/inquirer", | ||
"version": "6.2.0-beta.2", | ||
"description": "A collection of common interactive command line user interfaces.", | ||
"author": "Simon Boudrias <[email protected]>", | ||
"files": [ | ||
|
@@ -30,11 +30,7 @@ | |
"sinon": "^5.0.0" | ||
}, | ||
"scripts": { | ||
"test": "nyc mocha test/**/* -r ./test/before", | ||
"posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov", | ||
"prepublish": "nsp check", | ||
"prepublishOnly": "cp ../../README.md .", | ||
"postpublish": "rm -f README.md" | ||
"test": "nyc mocha test/**/* -r ./test/before" | ||
}, | ||
"repository": "SBoudrias/Inquirer.js", | ||
"license": "MIT", | ||
|