Skip to content

Commit ed384f3

Browse files
committed
feat(package): move stylelint to devDependencies
BREAKING CHANGE: stylelint is no longer implicitly installed to avoid dedupe conflicts (see #106)
1 parent 1ec7597 commit ed384f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"arrify": "^1.0.1",
3838
"minimatch": "^3.0.3",
3939
"object-assign": "^4.1.0",
40-
"ramda": "^0.24.1",
41-
"stylelint": "^8.0.0"
40+
"ramda": "^0.24.1"
4241
},
4342
"devDependencies": {
4443
"chai": "^4.0.2",
@@ -51,6 +50,7 @@
5150
"npm-run-all": "^4.0.2",
5251
"nyc": "^11.0.2",
5352
"semistandard": "^11.0.0",
53+
"stylelint": "^8.0.0",
5454
"testdouble": "^3.0.0"
5555
},
5656
"scripts": {

0 commit comments

Comments
 (0)