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 a35059f commit 555b4a3Copy full SHA for 555b4a3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sass-loader",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "SASS loader for Webpack",
5
"main": "index.js",
6
"scripts": {
@@ -19,7 +19,7 @@
19
"author": "J. Tangelder",
20
"license": "MIT",
21
"dependencies": {
22
- "loader-utils": "~0.2.2",
+ "loader-utils": "^0.2.5",
23
"node-sass": "^1.2.2",
24
"sass-graph": "git+https://github.com/lox/sass-graph.git#3a17328"
25
},
0 commit comments