File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 4.1.1 - January 25, 2018
2
+ * documentation fix
3
+
1
4
### 4.1.0 - January 25, 2018
2
5
* add a documentation link to the error messages
3
6
* add debug for better debugging
Original file line number Diff line number Diff line change @@ -152,10 +152,9 @@ There are several things that might cause you to get a `no files to process` err
152
152
153
153
* Your [ pattern] ( #pattern ) does not match any files
154
154
* None of your files pass validation, validation fails for files that:
155
- * Have no layout
156
- * Have a layout without an extension
155
+ * Have no extension
157
156
* Are not utf-8
158
- * Have a layout that needs a jstransformer that hasn't been installed
157
+ * Need a jstransformer that hasn't been installed
159
158
160
159
## Credits
161
160
Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"name" : " metalsmith-in-place" ,
7
7
"repository" : " git://github.com/ismay/metalsmith-in-place.git" ,
8
- "version" : " 4.1.0 " ,
8
+ "version" : " 4.1.1 " ,
9
9
"scripts" : {
10
10
"precommit" : " lint-staged" ,
11
11
"lint:js" : " eslint '**/*.js'" ,
You can’t perform that action at this time.
0 commit comments