Skip to content

Commit

Permalink
Use 'latest' not 'dev' in apigateway example
Browse files Browse the repository at this point in the history
  • Loading branch information
ellismg committed Nov 30, 2018
1 parent 6852169 commit 88c84db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-ts-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-ts-apigateway",
"version": "0.1.0",
"dependencies": {
"@pulumi/aws": "dev",
"@pulumi/pulumi": "dev"
"@pulumi/aws": "latest",
"@pulumi/pulumi": "latest"
}
}

0 comments on commit 88c84db

Please sign in to comment.