File tree 5 files changed +3
-3
lines changed
5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ modified.
54
54
npm run ava
55
55
```
56
56
57
- Runs [ unit tests] ( /test/main .js ) .
57
+ Runs [ unit tests] ( /test/index .js ) .
58
58
59
59
``` bash
60
60
npm run lint
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ You can also add a
38
38
39
39
# Usage
40
40
41
- The plugin's logic should be added to [ ` ./src/main .js ` ] ( /src/main .js ) . Comments
41
+ The plugin's logic should be added to [ ` ./src/index .js ` ] ( /src/index .js ) . Comments
42
42
in that file will guide you through the creation of a Build plugin.
43
43
44
44
## Development tasks
Original file line number Diff line number Diff line change 2
2
"name" : " netlify-plugin-example" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " Netlify Build plugin - {{description}}" ,
5
- "main" : " src/main .js" ,
5
+ "main" : " src/index .js" ,
6
6
"files" : [
7
7
" src" ,
8
8
" !*~"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments