Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jul 8, 2017
1 parent 8ba8a52 commit e40e9e0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prompt-checkbox",
"description": "Multiple-choice/checkbox prompt. Can be used standalone or with a prompt system like [Enquirer].",
"version": "2.1.2",
"version": "2.2.0",
"homepage": "https://github.com/enquirer/prompt-checkbox",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand All @@ -26,20 +26,21 @@
"dependencies": {
"ansi-cyan": "^0.1.1",
"debug": "^2.6.8",
"prompt-base": "^3.0.4"
"prompt-base": "^4.0.2"
},
"devDependencies": {
"ansi-colors": "^0.2.0",
"ansi-magenta": "^0.1.1",
"clone-deep": "^0.3.0",
"enquirer": "^1.0.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.12",
"gulp-istanbul": "^1.1.1",
"gulp-eslint": "^4.0.0",
"gulp-format-md": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"mocha": "^3.4.2",
"prompt-question": "^4.0.3",
"prompt-question": "^5.0.0",
"prompt-text": "^1.1.0",
"radio-symbol": "^2.0.0"
},
"keywords": [
Expand Down

0 comments on commit e40e9e0

Please sign in to comment.