From 2ccd31723710e4de9d61eecef6d1e9ecd3409bd0 Mon Sep 17 00:00:00 2001
From: nabilelmahiri <nabil.elmahiri@fractalite.com>
Date: Tue, 5 Mar 2019 11:18:49 +0100
Subject: [PATCH] using npm login

---
 package.json        | 24 ++----------------------
 sh/npm_login_expect |  4 ++++
 2 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/package.json b/package.json
index 66b65ac..85b2f40 100644
--- a/package.json
+++ b/package.json
@@ -27,30 +27,10 @@
     "hermes-travel": "git+http://nabilelmahiri:_uLszKm2QvRcG_GCojPj@labs.atlasvoyages.com/pine/pine-travel.git#0.3-beta-v1",
     "theme-atlasvoyages": "git+http://nabilelmahiri:_uLszKm2QvRcG_GCojPj@labs.atlasvoyages.com/pine/theme-atlasvoyages.git#0.3-beta-v1",
     "pine-redis": "git+http://nabilelmahiri:_uLszKm2QvRcG_GCojPj@labs.atlasvoyages.com/pine/pine-redis.git#0.3-newdev",
-    "async": "^0.7.0",
-    "connect-redis": "1.4.7",
-    "extend": "~1.2.1",
-    "grunt-contrib-copy": "~0.5.0",
-    "grunt-newer": "~0.7.0",
-    "jayschema": "~0.2.7",
-    "q": "^1.1.2",
-    "request": "^2.55.0",
-    "simple-lru-cache": "^0.0.1",
-    "winston": "^0.7.2"
+
     
   },
   "devDependencies": {
-    "grunt": "~0.4.4",
-    "grunt-bump": "0.0.13",
-    "grunt-concurrent": "~0.5.0",
-    "grunt-contrib-watch": "~0.6.1",
-    "grunt-exit": "~1.0.0",
-    "grunt-nodemon": "~0.3.0",
-    "grunt-prompt": "^1.3.0",
-    "grunt-shell": "~0.7.0",
-    "handlebars": "^2.0.0",
-    "load-grunt-tasks": "~0.3.0",
-    "nginx-conf": "~0.2.3",
-    "parent-require": "~1.0.0"
+
   }
 }
\ No newline at end of file
diff --git a/sh/npm_login_expect b/sh/npm_login_expect
index 96d4207..1c9f399 100644
--- a/sh/npm_login_expect
+++ b/sh/npm_login_expect
@@ -17,3 +17,7 @@ send "$p2\r"
 expect "Email"
 send "$p3\r"
 
+expect {
+   timeout      exit 1
+   eof
+}
\ No newline at end of file
--
libgit2 0.26.0