Skip to content

Commit a9388ea

Browse files
committed
Shortening some of the project descriptions
1 parent af38148 commit a9388ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

components/organization/projects.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"repo": "webpack/enhanced-resolve",
2929
"npm": "enhanced-resolve",
30-
"description": "Offers an async require.resolve function that's highly configurable.",
30+
"description": "A highly configurable asynchronous require.resolve function.",
3131
"maintainer": "sokra"
3232
},
3333
{
@@ -51,7 +51,7 @@
5151
{
5252
"repo": "webpack/webpack-dev-server",
5353
"npm": "webpack-dev-server",
54-
"description": "Serves a webpack application, updating the browser on file changes.",
54+
"description": "A development server that updates the browser on file changes.",
5555
"maintainer": "Spacek33z"
5656
},
5757
{
@@ -75,13 +75,13 @@
7575
{
7676
"repo": "webpack/webpack-dev-middleware",
7777
"npm": "webpack-dev-middleware",
78-
"description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory.",
78+
"description": "Middleware which arguments a live bundle to a directory.",
7979
"maintainer": "Spacek33z"
8080
},
8181
{
8282
"repo": "webpack/fastparse",
8383
"npm": "fastparse",
84-
"description": "A simple parser, based on a statemachine and regular expressions.",
84+
"description": "A simple parser based on a statemachine and regular expressions.",
8585
"maintainer": "sokra"
8686
},
8787
{
@@ -177,7 +177,7 @@
177177
{
178178
"repo": "webpack/source-map-loader",
179179
"npm": "source-map-loader",
180-
"description": "Extract sourceMappingURL comments from modules to pass to webpack.",
180+
"description": "Extract source-map comments from modules to pass to webpack.",
181181
"maintainer": ""
182182
},
183183
{
@@ -189,7 +189,7 @@
189189
{
190190
"repo": "webpack/compression-webpack-plugin",
191191
"npm": "compression-webpack-plugin",
192-
"description": "Prepare compressed versions of assets to serve them with Content-Encoding.",
192+
"description": "Compress assets to serve with Content-Encoding.",
193193
"maintainer": "palmerj3"
194194
},
195195
{
@@ -243,7 +243,7 @@
243243
{
244244
"repo": "webpack/multi-loader",
245245
"npm": "multi-loader",
246-
"description": "Load and split a module into multiple modules loaded with different loaders.",
246+
"description": "Split a module and import each piece with different loaders.",
247247
"maintainer": ""
248248
},
249249
{
@@ -285,7 +285,7 @@
285285
{
286286
"repo": "thelarkinn/angular2-template-loader",
287287
"npm": "angular2-template-loader",
288-
"description": "Chain-to loader for webpack that inlines all html and style's in angular2 components.",
288+
"description": "Load angular2 components, inlining all html and styling.",
289289
"maintainer": "thelarkinn"
290290
}
291291
]

0 commit comments

Comments
 (0)