We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7076a9 commit 6e160c1Copy full SHA for 6e160c1
CHANGELOG.md
@@ -1,5 +1,7 @@
1
=== HEAD
2
3
+* Update 'rework-suit' to ^4.0.0.
4
+
5
=== 0.3.0 (June 21, 2014)
6
7
* Add 'import-root' CLI option.
package.json
@@ -7,9 +7,8 @@
"suitcss": "bin/suitcss"
8
},
9
"files": [
10
- "bin/logger.js",
11
- "bin/suitcss",
12
- "lib/index.js"
+ "bin",
+ "lib"
13
],
14
"dependencies": {
15
"autoprefixer": "^1.3.0",
@@ -19,11 +18,11 @@
19
18
"pad-component": "0.0.1",
20
"read-file-stdin": "0.0.3",
21
"rework": "^1.0.0",
22
- "rework-suit": "^3.0.0",
+ "rework-suit": "^4.0.0",
23
"write-file-stdout": "0.0.2"
24
25
"devDependencies": {
26
- "mocha": "~1.15.1"
+ "mocha": "^1.20.1"
27
28
"scripts": {
29
"test": "mocha --reporter spec --slow 400",
0 commit comments