Skip to content

Commit 157f0af

Browse files
committed
style: fix linting issue missed in PR process
1 parent 4fbfbef commit 157f0af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ plugins:
5151
- '@silvermine/serverless-plugin-cloudfront-lambda-edge'
5252
```
5353
54-
⚠️ Be careful, **versioning function MUST BE ENABLED**. If you defined `versionFunctions: false`
55-
in your `serverless.yml` function, the plugin will raise an error during package/deploy
56-
saying it could not find output by name.
54+
⚠️ Be careful, **versioning function MUST BE ENABLED**. If you defined `versionFunctions:
55+
false` in your `serverless.yml` function, the plugin will raise an error during
56+
package/deploy saying it could not find output by name.
5757

5858
### Configuring Functions to Associate With CloudFront Distributions
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "check-node-version --npm 6.14.12 && nyc mocha -- 'src/tests/**/*.test.js'",
8-
"commitlint": "commitlint --from f506194"
8+
"commitlint": "commitlint --from 4fbfbef"
99
},
1010
"author": "Jeremy Thomerson",
1111
"license": "MIT",

0 commit comments

Comments
 (0)