@woodl/flightplan
v2.1.0
Published
## Version history
Downloads
12
Readme
@woodl / flightplan
Version history
1.0.0
- Created NPM package1.0.1
- Small update2.0.0
- Depend on pull-request to skip Fibers2.0.1
- Bugfix2.0.2
- Dynamic choices2.1.0
- Updated npmp to currently latest version, improves speed of installation a bit
Suggested improvements
- Make first ssh connection in such a way that we skip "yes" / "no" question first ssl
- Retry functionality
- Run code to see if it doesn't give an instant error
Adding a new version
# git commit -am "Usage of project specific query added"
# npm version patch # minor, major
# git push
npm publish