Skip to content

Commit 839a5aa

Browse files
committed
Added missing postcss-clean dev dependency
1 parent 630c299 commit 839a5aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"gulp": "^3.9.0",
2626
"gulp-mocha": "^2.2.0",
2727
"less": "^2.7.1",
28-
"postcss": "^5.0.10"
28+
"postcss": "^5.0.10",
29+
"postcss-clean": "^1.0.2"
2930
},
3031
"scripts": {
3132
"test": "gulp test"

0 commit comments

Comments
 (0)