File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 5
5
"bin" : " bin/webpack-dev-server.js" ,
6
6
"main" : " lib/Server.js" ,
7
7
"types" : " types/lib/Server.d.ts" ,
8
+ "author" : " Tobias Koppers @sokra" ,
9
+ "bugs" : " https://github.com/webpack/webpack-dev-server/issues" ,
10
+ "homepage" : " https://github.com/webpack/webpack-dev-server#readme" ,
11
+ "repository" : " https://github.com/webpack/webpack-dev-server" ,
12
+ "license" : " MIT" ,
13
+ "funding" : {
14
+ "type" : " opencollective" ,
15
+ "url" : " https://opencollective.com/webpack"
16
+ },
8
17
"files" : [
9
18
" bin" ,
10
19
" lib" ,
126
135
"webpack-cli" : {
127
136
"optional" : true
128
137
}
129
- },
130
- "author" : " Tobias Koppers @sokra" ,
131
- "bugs" : " https://github.com/webpack/webpack-dev-server/issues" ,
132
- "homepage" : " https://github.com/webpack/webpack-dev-server#readme" ,
133
- "repository" : " https://github.com/webpack/webpack-dev-server.git" ,
134
- "license" : " MIT"
138
+ }
135
139
}
You can’t perform that action at this time.
0 commit comments