This repository was archived by the owner on Jun 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 12
12
override :
13
13
- yarn test:cover
14
14
post :
15
- - yarn coveralls
15
+ - yarn coveralls
16
+
17
+ deployment :
18
+ release :
19
+ tag : /v[0-9]+(\.[0-9]+)*/
20
+ commands :
21
+ - yarn add dot-json
22
+ - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/serverless-dynamodb-ttl/.npmrc
23
+ - dot-json package.json version ${CIRCLE_TAG:1}
24
+ - yarn publish
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-dynamodb-ttl" ,
3
- "version" : " 0.0.4" ,
4
3
"description" : " Serverless plugin to configure DynamoDB TTL" ,
5
4
"main" : " src/plugin.js" ,
6
5
"license" : " MIT" ,
28
27
},
29
28
"homepage" : " https://github.com/Jimdo/serverless-dynamodb-ttl#readme" ,
30
29
"dependencies" : {
31
- "coveralls" : " ^2.13.0" ,
32
- "jest" : " ^19.0.2" ,
33
- "snazzy" : " ^7.0.0" ,
34
- "standard" : " ^10.0.2"
30
+ "aws-sdk" : " ^2.45.0"
35
31
},
36
32
"standard" : {
37
33
"envs" : [
44
40
]
45
41
},
46
42
"devDependencies" : {
47
- "aws-sdk" : " ^2.45.0" ,
43
+ "coveralls" : " ^2.13.0" ,
44
+ "jest" : " ^19.0.2" ,
45
+ "snazzy" : " ^7.0.0" ,
46
+ "standard" : " ^10.0.2" ,
48
47
"aws-sdk-mock" : " ^1.7.0"
49
48
}
50
49
}
You can’t perform that action at this time.
0 commit comments