Skip to content

Instantly share code, notes, and snippets.

View suculent's full-sized avatar

Matej Sychra suculent

View GitHub Profile
@suculent
suculent / output.txt
Created July 13, 2017 08:50
Dependencies for nyc causing error with find-up
v8.1.4
5.0.3
[email protected] /Users/sychram/Repositories/thinx-device-api
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
@suculent
suculent / Vagrantfile
Last active September 8, 2016 16:23
Vagrantfile above deploy.sh
# -*- mode: ruby -*-
# vi: set ft=ruby :
appname = 'jalousie'
Vagrant.configure("2") do |config|
config.vm.box = "marcoaltieri/ubuntu-desktop-16.04-64bit"
config.vm.box_check_update = false
config.vm.network "forwarded_port", guest: 80, host: 30000