Skip to content

Commit

Permalink
Merge pull request #89 from colonelpopcorn/v1.1.0
Browse files Browse the repository at this point in the history
V1.1.0 PR
  • Loading branch information
michaelsanford authored Aug 14, 2020
2 parents 028e69b + 2b3b2a8 commit 9c6bfdc
Show file tree
Hide file tree
Showing 48 changed files with 1,207 additions and 870 deletions.
279 changes: 157 additions & 122 deletions README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/alpine38"
config.vm.provider "virtualbox" do |vbox|
vbox.name = "node-virtualbox-test-machine"
end
end
21 changes: 0 additions & 21 deletions lib/logging.js

This file was deleted.

Loading

0 comments on commit 9c6bfdc

Please sign in to comment.