sass-loader 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jshintignore +0 -0
- package/.jshintrc +0 -0
- package/.npmignore +19 -19
- package/package.json +2 -2
package/.jshintignore
CHANGED
|
File without changes
|
package/.jshintrc
CHANGED
|
File without changes
|
package/.npmignore
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
lib-cov
|
|
2
|
-
*.seed
|
|
3
|
-
*.log
|
|
4
|
-
*.csv
|
|
5
|
-
*.dat
|
|
6
|
-
*.out
|
|
7
|
-
*.pid
|
|
8
|
-
*.gz
|
|
9
|
-
|
|
10
|
-
pids
|
|
11
|
-
logs
|
|
12
|
-
results
|
|
13
|
-
|
|
14
|
-
npm-debug.log
|
|
15
|
-
node_modules
|
|
16
|
-
coverage
|
|
17
|
-
examples
|
|
18
|
-
test
|
|
19
|
-
.idea
|
|
1
|
+
lib-cov
|
|
2
|
+
*.seed
|
|
3
|
+
*.log
|
|
4
|
+
*.csv
|
|
5
|
+
*.dat
|
|
6
|
+
*.out
|
|
7
|
+
*.pid
|
|
8
|
+
*.gz
|
|
9
|
+
|
|
10
|
+
pids
|
|
11
|
+
logs
|
|
12
|
+
results
|
|
13
|
+
|
|
14
|
+
npm-debug.log
|
|
15
|
+
node_modules
|
|
16
|
+
coverage
|
|
17
|
+
examples
|
|
18
|
+
test
|
|
19
|
+
.idea
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sass-loader",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "Sass loader for webpack",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"node-sass": "^3.4.2 || ^4.0.0",
|
|
31
|
-
"webpack": "^
|
|
31
|
+
"webpack": "^2 || ^2.2.0-rc.0 || ^2.1.0-beta || ^1.12.6"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"async": "^2.0.1",
|