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 d340781 commit 6771627Copy full SHA for 6771627
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
coverage
3
+yarn.lock
package.json
@@ -1,6 +1,6 @@
{
"name": "csso-loader",
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "CSSO loader module for webpack",
5
"keywords": [
6
"webpack",
@@ -29,13 +29,13 @@
29
},
30
"main": "index.js",
31
"dependencies": {
32
- "csso": "^2.1.0",
33
- "loader-utils": "^0.2.14"
+ "csso": "^2.3.0",
+ "loader-utils": "^0.2.16"
34
35
"devDependencies": {
36
- "istanbul": "^0.4.3",
37
- "mocha": "^2.4.5",
38
- "should": "^8.3.1",
+ "istanbul": "^0.4.5",
+ "mocha": "^3.2.0",
+ "should": "^11.1.2",
39
"test-console": "^1.0.0"
40
41
"engines": {
0 commit comments