Skip to content

Commit

Permalink
Adding node engine > 6
Browse files Browse the repository at this point in the history
  • Loading branch information
James Thomas committed Feb 10, 2017
1 parent c24bf1e commit 7ad9995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -19,11 +19,14 @@
"framework",
"openwhisk"
],
"author": "",
"author": "James Thomas <james@jamesthom.as>",
"license": "MIT",
"bugs": {
"url": "https://github.com/serverless/serverless-openwhisk/issues"
},
"engines" : {
"node" : ">=6.0"
},
"homepage": "https://github.com/serverless/serverless-openwhisk#readme",
"dependencies": {
"bluebird": "^3.4.6",
Expand Down
2 changes: 2 additions & 0 deletions provider/openwhiskProvider.js
@@ -1,3 +1,5 @@
'use strict';

const BbPromise = require('bluebird');
const openwhisk = require('openwhisk')
const Credentials = require('./credentials');
Expand Down

0 comments on commit 7ad9995

Please sign in to comment.