File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
# 0.0.2 - 2017-02-14
8
8
9
- - Fixed: exported ` src ` directory in ` package.json ` .
9
+ - Fixed: exported ` src ` directory in ` package.json ` .
10
10
11
11
# 0.0.1 - 2017-02-14
12
12
13
- - Chore: initial public release.
13
+ - Chore: initial public release.
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ See related packages docs.
48
48
49
49
## Related
50
50
51
- - [ browser-sync] ( https://github.com/browsersync/browser-sync ) - Keep multiple browsers & devices
52
- in sync when building websites.
51
+ - [ browser-sync] ( https://github.com/browsersync/browser-sync ) - Keep multiple browsers & devices
52
+ in sync when building websites.
53
53
54
- - [ webpack-dev-middleware] ( https://github.com/webpack/webpack-dev-middleware ) - Offers a dev middleware for webpack,
55
- which arguments a live bundle to a directory.
54
+ - [ webpack-dev-middleware] ( https://github.com/webpack/webpack-dev-middleware ) - Offers a dev middleware for webpack,
55
+ which arguments a live bundle to a directory.
56
56
57
- - [ webpack-hot-middleware] ( https://github.com/glenjamin/webpack-hot-middleware ) - Webpack hot reloading
58
- you can attach to your own server.
57
+ - [ webpack-hot-middleware] ( https://github.com/glenjamin/webpack-hot-middleware ) - Webpack hot reloading
58
+ you can attach to your own server.
59
59
60
60
## Contribution
61
61
Original file line number Diff line number Diff line change 41
41
"eslint" : " ^3.15.0" ,
42
42
"eslint-plugin-ava" : " ^4.0.0" ,
43
43
"eslint-plugin-import" : " ^2.2.0" ,
44
- "eslint-plugin-itgalaxy" : " ^38 .0.0" ,
44
+ "eslint-plugin-itgalaxy" : " ^43 .0.0" ,
45
45
"eslint-plugin-jsx-a11y" : " ^4.0.0" ,
46
46
"eslint-plugin-lodash" : " ^2.1.0" ,
47
47
"eslint-plugin-node" : " ^4.0.0" ,
51
51
"npmpub" : " ^3.1.0" ,
52
52
"npm-run-all" : " ^4.0.0" ,
53
53
"package-schema" : " ^1.0.0" ,
54
- "remark-cli" : " ^2.0.0" ,
55
- "remark-lint" : " ^5.0.0" ,
56
- "remark-preset-lint-itgalaxy" : " ^4.0.0"
54
+ "remark-cli" : " ^3.0.0" ,
55
+ "remark-preset-lint-itgalaxy" : " ^6.0.0"
57
56
},
58
57
"peerDependencies" : {
59
58
"browser-sync" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments