aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-06 22:51:11 +0300
committerValentin Popov <info@valentineus.link>2017-10-06 22:51:11 +0300
commitb431dbe252bcc573f4037dae4ba979d4ff2065b8 (patch)
treebd8985e245ccad3d04d68520fe063cbbc02915d4 /package.json
parent2c2d12f5f62384421aea1ad5bcdf75c9574cc5e0 (diff)
downloadsimple-container-b431dbe252bcc573f4037dae4ba979d4ff2065b8.tar.xz
simple-container-b431dbe252bcc573f4037dae4ba979d4ff2065b8.zip
The first working beta version
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index c95c1e2..a8d454b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-container",
- "version": "0.0.0-alpha.1",
+ "version": "0.0.0-beta.1",
"description": "Simple and fast work with the Docker container",
"homepage": "https://github.com/valentineus/simple-container",
"license": "MIT",
@@ -26,7 +26,6 @@
"mocha": "^4.0.0"
},
"dependencies": {
- "ancient-funicular": "^3.0.0",
"debug": "^3.1.0",
"dockerode": "^2.5.1"
},