Skip to content

Commit 6997eef

Browse files
committed
bumped dependencies and updated expectations
1 parent ba5de86 commit 6997eef

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"postcss": "^4.1.11",
1111
"postcss-modules-extract-imports": "0.0.3",
1212
"postcss-modules-local-by-default": "^0.0.7",
13-
"postcss-modules-scope": "^0.0.5"
13+
"postcss-modules-scope": "^0.0.6"
1414
},
1515
"devDependencies": {
16-
"babel": "^5.5.4",
17-
"babel-eslint": "^3.1.14",
16+
"babel": "^5.5.6",
17+
"babel-eslint": "^3.1.15",
1818
"babelify": "^6.1.2",
1919
"chokidar-cli": "^0.2.1",
2020
"eslint": "^0.22.1",

test/test-cases/localise-export/expected.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
._localise_export_source__one {
32
color: red;
43
}

test/test-cases/multiple-dependencies/expected.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
21
._multiple_dependencies_d__d {
32
color: #ddd;
43
}
5-
64
._multiple_dependencies_b__b {
75
color: #bbb;
86
}
9-
107
._multiple_dependencies_c__c {
118
color: #ccc;
129
}
13-
1410
._multiple_dependencies_source__a {
1511
color: #aaa;
1612
}

test/test-cases/simple-export/expected.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
._simple_export_source__localName {
32
color: red;
43
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
21
._single_import_export_colors__blackShadow {
32
box-shadow: 0 0 10px -2px black;
43
}
5-
64
._single_import_export_source__localName {
75
color: red;
86
}

0 commit comments

Comments
 (0)