Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjvr committed Apr 4, 2017
1 parent 6c00521 commit c88cb8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"serverless": "1.0.3",
"serverless-plugin-simulate": "^0.0.13"
"serverless-plugin-simulate": "^0.0.14"
},
"dependencies": {
"api-gateway-policy-gen": "0.0.1"
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-simulate",
"version": "0.0.13",
"version": "0.0.14",
"description": "This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/gertjvr/serverless-plugin-simulate.git"
"url": "git+https://github.com/serverless-community-labs/serverless-plugin-simulate.git"
},
"keywords": [
"Serverless",
Expand All @@ -25,9 +25,9 @@
"author": "Gert JvR <gertjvr@gmail.com> (https://github.com/gertjvr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gertjvr/serverless-plugin-simulate/issues"
"url": "https://github.com/serverless-community-labs/serverless-plugin-simulate/issues"
},
"homepage": "https://github.com/gertjvr/serverless-plugin-simulate",
"homepage": "https://github.com/serverless-community-labs/serverless-plugin-simulate",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
Expand Down

0 comments on commit c88cb8c

Please sign in to comment.