Skip to content

Commit

Permalink
Alpha (#1)
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
travi authored Jan 30, 2020
2 parents ffc48f1 + 44b3fd4 commit c945737
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 73 deletions.
95 changes: 29 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"rollup-plugin-auto-external": "^2.0.0",
"sinon": "^7.5.0",
"travis-lint": "^1.0.0"
},
"dependencies": {
"inquirer": "^7.0.3"
}
}
7 changes: 0 additions & 7 deletions src/canary-test.js

This file was deleted.

2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {default as prompt} from './prompt';
export {default as questionHasDecision} from './question-has-decision';
Loading

0 comments on commit c945737

Please sign in to comment.