Skip to content

Commit df8344d

Browse files
committed
Merge branch 'hotfix/1.0.2'
2 parents 61902e1 + ad9e642 commit df8344d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ branches:
1212
- "/^release\\/.*$/"
1313
install:
1414
- travis_retry npm install
15-
after_success:
16-
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
15+
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ServerlessPlugin {
1212

1313
this.commands = {
1414
diff: {
15-
usage: 'Helps you start your first Serverless plugin',
15+
usage: 'Compares locale AWS CloudFormation templates against deployed ones',
1616
lifecycleEvents: ['diff'],
1717
options: {
1818
diffTool: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-diff",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Plugin for Serverless Framework v1.x which compares your locale AWS CloudFormation templates against deployed ones.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)