From 5e9e89df363abfc78681de3dd99a63a96bfce026 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 3 Apr 2019 07:44:03 -0700 Subject: [PATCH] updated node engine --- bin/hubot | 1 - package.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/bin/hubot b/bin/hubot index 9f4c190..0d25a17 100755 --- a/bin/hubot +++ b/bin/hubot @@ -1,6 +1,5 @@ #!/bin/sh - npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" diff --git a/package.json b/package.json index e6a5823..8ab692c 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,5 @@ "hubot-scripts": "^2.17.2", "hubot-shipit": "^0.2.1", "hubot-slack": "^4.6.0" - }, - "engines": { - "node": "0.10.x" } }