Skip to content

Commit c07dbde

Browse files
committed
update structure
1 parent ea298a1 commit c07dbde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/structure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.
55
├── build/ # webpack config files
66
│ └── ...
7-
├── config/
7+
├── config/
88
│   ├── index.js # main project config
99
│ └── ...
1010
├── src/
@@ -26,8 +26,9 @@
2626
│ │   ├── runner.js # test runner script
2727
│ │   └── nightwatch.conf.js # test runner config file
2828
├── .babelrc # babel config
29-
├── .editorconfig # editor config
29+
├── .postcssrc.js # postcss config
3030
├── .eslintrc.js # eslint config
31+
├── .editorconfig # editor config
3132
├── index.html # index.html template
3233
└── package.json # build scripts and dependencies
3334
```

0 commit comments

Comments
 (0)