File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ Serverless Select Plugin
2
2
=============================
3
3
[ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com )
4
4
[ ![ npm version] ( https://badge.fury.io/js/serverless-plugin-select.svg )] ( https://badge.fury.io/js/serverless-plugin-select )
5
- [ ![ dependencies ] ( https://img.shields.io/david/FidelLimited /serverless-plugin-select.svg )] ( https://www.npmjs.com/package/serverless-plugin-select )
5
+ [ ![ npm downloads ] ( https://img.shields.io/npm/dm /serverless-plugin-select.svg )] ( https://www.npmjs.com/package/serverless-plugin-select )
6
6
[ ![ license] ( https://img.shields.io/npm/l/serverless-plugin-select.svg )] ( https://raw.githubusercontent.com/FidelLimited/serverless-plugin-select/master/LICENSE )
7
7
8
8
Select which functions are to be deployed based on region and stage.
9
9
10
- ** Note:** Requires Serverless * v1.2 .x* or higher.
10
+ ** Note:** Requires Serverless * v1.12 .x* or higher.
11
11
12
12
## Setup
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-plugin-select" ,
3
- "version" : " 1 .0.1 -rc.1" ,
3
+ "version" : " 2 .0.0 -rc.1" ,
4
4
"description" : " Serverless plugin that selects which functions are to be deployed." ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
28
28
"bluebird" : " ^3.5.0"
29
29
},
30
30
"devDependencies" : {
31
- "standard" : " ^9 .0.1 "
31
+ "standard" : " ^10 .0.2 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Select {
28
28
29
29
/** Serverless hooks */
30
30
this . hooks = {
31
- 'after:deploy :initialize' : this . deployHook . bind ( this ) ,
31
+ 'after:package :initialize' : this . deployHook . bind ( this ) ,
32
32
'before:deploy:function:initialize' : this . deployHook . bind ( this )
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments