Skip to content

Commit eb6f749

Browse files
chore: update defaults (#875)
1 parent 60a34d7 commit eb6f749

File tree

5 files changed

+169
-144
lines changed

5 files changed

+169
-144
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ workflows:
142142
- node6-latest
143143
filters:
144144
tags:
145-
only: /.*/
145+
only: /.*/

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
The `css-loader` interprets `@import` and `url()` like `import/require()` and will resolve them.
2121

22-
## Requirements
23-
24-
This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
25-
2622
## Getting Started
2723

2824
To begin, you'll need to install `css-loader`:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ test_script:
3838
- node --version
3939
- npm --version
4040
- cmd: FOR /F %%I in ('compver --name webpack --gte %webpack_version% --lt latest') do SET COMPARED_VERSION_RESULT=%%I
41-
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
41+
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")

0 commit comments

Comments
 (0)