Skip to content

Commit 6e160c1

Browse files
committed
Update 'rework-suit' to ^4.0.0
1 parent e7076a9 commit 6e160c1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
=== HEAD
22

3+
* Update 'rework-suit' to ^4.0.0.
4+
35
=== 0.3.0 (June 21, 2014)
46

57
* Add 'import-root' CLI option.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"suitcss": "bin/suitcss"
88
},
99
"files": [
10-
"bin/logger.js",
11-
"bin/suitcss",
12-
"lib/index.js"
10+
"bin",
11+
"lib"
1312
],
1413
"dependencies": {
1514
"autoprefixer": "^1.3.0",
@@ -19,11 +18,11 @@
1918
"pad-component": "0.0.1",
2019
"read-file-stdin": "0.0.3",
2120
"rework": "^1.0.0",
22-
"rework-suit": "^3.0.0",
21+
"rework-suit": "^4.0.0",
2322
"write-file-stdout": "0.0.2"
2423
},
2524
"devDependencies": {
26-
"mocha": "~1.15.1"
25+
"mocha": "^1.20.1"
2726
},
2827
"scripts": {
2928
"test": "mocha --reporter spec --slow 400",

0 commit comments

Comments
 (0)