diff --git a/.gitignore b/.gitignore index 5c0401e..5d58655 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.vagrant node_modules build .lock-* diff --git a/LICENSE b/LICENSE index 8e65a7c..ab229c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -# Copyright 2010 Camilo Aguilar. All rights reserved. +# Copyright 2015 Camilo Aguilar. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..4ea07ef --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,24 @@ +$script = <