Skip to content

Commit

Permalink
Merge pull request #15 from davidgf/master
Browse files Browse the repository at this point in the history
Upgrade to Node 4.3
  • Loading branch information
minibikini committed Apr 12, 2016
2 parents 013b4b4 + 79c87b2 commit 1cb95ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RuntimeBabel.js
Expand Up @@ -23,7 +23,7 @@ module.exports = function(S) {

getName(providerName) {
if (providerName === 'aws') {
return 'nodejs'
return 'nodejs4.3'
} else {
return RuntimeBabel.getName();
}
Expand Down

4 comments on commit 1cb95ee

@edclement
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we get a tagged version for this please? thanks!

@techpeace
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a workaround, you can specify the following in your package.json:

"serverless-runtime-babel": "git+ssh://git@github.com/serverless/serverless-runtime-babel.git#1cb95ee",

Note that this will target this specific commit, so you'll want to update this to the proper semver tag when a new version is released.

@edclement
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checking again to see if we can get a tagged/published release for this. Thanks.

@adambiggs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any updates on publishing this to NPM?

Please sign in to comment.