Skip to content

Commit 3868eee

Browse files
committed
Sort package.json properties
1 parent 64d0d07 commit 3868eee

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"name": "optimize-css-assets-webpack-plugin",
33
"version": "4.0.0",
4-
"author": "Nuno Rodrigues",
54
"description": "A Webpack plugin to optimize \\ minimize CSS assets.",
6-
"dependencies": {
7-
"cssnano": "^3.4.0",
8-
"last-call-webpack-plugin": "^3.0.0"
9-
},
5+
"keywords": [
6+
"CSS",
7+
"duplicate",
8+
"extract-text-webpack-plugin",
9+
"minimize",
10+
"optimize",
11+
"remove",
12+
"webpack"
13+
],
14+
"homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
15+
"license": "MIT",
16+
"author": "Nuno Rodrigues",
1017
"main": "src/index.js",
18+
"repository": {
19+
"type": "git",
20+
"url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
21+
},
1122
"scripts": {
1223
"test": "jest",
1324
"test:watch": "jest --watch"
1425
},
1526
"jest": {
27+
"testEnvironment": "node",
1628
"watchPathIgnorePatterns": [
1729
"<rootDir>/test/js/*.*"
18-
],
19-
"testEnvironment": "node"
30+
]
2031
},
21-
"homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
22-
"repository": {
23-
"type": "git",
24-
"url": "http://github.com/NMFR/optimize-css-assets-webpack-plugin.git"
32+
"dependencies": {
33+
"cssnano": "^3.4.0",
34+
"last-call-webpack-plugin": "^3.0.0"
2535
},
26-
"keywords": [
27-
"CSS",
28-
"minimize",
29-
"optimize",
30-
"webpack",
31-
"remove",
32-
"duplicate",
33-
"extract-text-webpack-plugin"
34-
],
35-
"license": "MIT",
3636
"devDependencies": {
3737
"babel-core": "^6.26.0",
3838
"babel-jest": "^22.1.0",

0 commit comments

Comments
 (0)