Skip to content

Commit b5ffcd8

Browse files
committed
1.3.1
1 parent b93ced7 commit b5ffcd8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-diff",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Plugin for Serverless Framework v1.x which compares your local AWS CloudFormation templates against deployed ones.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -51,7 +51,9 @@
5151
"statements": 90
5252
}
5353
},
54-
"testPathDirs": ["test"],
54+
"testPathDirs": [
55+
"test"
56+
],
5557
"verbose": true
5658
}
5759
}

0 commit comments

Comments
 (0)