Skip to content

Commit 766e994

Browse files
Shinigami92thedaviddias
authored andcommitted
refactor(htmlhint): move jshint and csslint to optionalDependencies (#284)
* move jshint and csslint to optionalDependencies * Update package.json
1 parent 8e0fb1e commit 766e994

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
"async": "2.6.1",
4646
"colors": "1.3.2",
4747
"commander": "2.17.1",
48-
"csslint": "1.0.5",
4948
"glob": "7.1.3",
50-
"jshint": "2.9.6",
5149
"parse-glob": "3.0.4",
5250
"path-parse": "1.0.6",
5351
"request": "2.88.0",
@@ -80,5 +78,9 @@
8078
"pretty-quick": "^1.6.0",
8179
"travis-deploy-once": "^5.0.7",
8280
"semantic-release": "^15.9.12"
81+
},
82+
"optionalDependencies": {
83+
"csslint": "^1.0.5",
84+
"jshint": "^2.9.6"
8385
}
8486
}

0 commit comments

Comments
 (0)