Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix node warning when running
cli.js
caused by dependency
The previously used version of the `prompt` dependency apparently had a problem with a circular import, resulting in an error message such as > Warning: Accessing non-existent property 'padLevels' of module > exports inside circular dependency when running the `cli.js` script. While it's unclear whether this caused any functional issues, it's fixed in v1.2 of `prompt`. Fixes getodk#419
- Loading branch information