+1
-1
@@ -16,2 +16,2 @@ #!/usr/bin/env node | ||
| dcr('mutt', path.join(__dirname, '..')); | ||
| dcr('mutt', path.join(__dirname, '..'), 'mutt'); |
+2
-2
| { | ||
| "name": "dcr-mutt", | ||
| "version": "0.2.1", | ||
| "version": "0.3.0", | ||
| "description": "Docker Compose 'run' module for Mutt.", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
| "dependencies": { | ||
| "docker-compose-run": "^0.3.0" | ||
| "docker-compose-run": "^0.5.1" | ||
| } | ||
| } |
+2
-0
@@ -8,2 +8,4 @@ dcr-mutt | ||
| For an explanation of the thinking behind this module see the blog post [Disposable Laptops With Docker Compose And NPM](http://bit.ly/2tBCYHB). | ||
| The Docker image used is [fstab/mutt](https://hub.docker.com/r/fstab/mutt/). | ||
@@ -10,0 +12,0 @@ |
3136
5.16%23
9.52%+ Added
- Removed
Updated