Skip to content

Commit

Permalink
feat(package.json): release major
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloneves committed May 8, 2017
1 parent f0d682f commit b337b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-select",
"version": "1.0.1-rc.1",
"version": "2.0.0-rc.1",
"description": "Serverless plugin that selects which functions are to be deployed.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"bluebird": "^3.5.0"
},
"devDependencies": {
"standard": "^9.0.1"
"standard": "^10.0.2"
}
}

0 comments on commit b337b45

Please sign in to comment.