Skip to content

Commit

Permalink
chore: update defaults (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Dec 21, 2018
1 parent 60a34d7 commit eb6f749
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -142,4 +142,4 @@ workflows:
- node6-latest
filters:
tags:
only: /.*/
only: /.*/
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -19,10 +19,6 @@

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

## Requirements

This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.

## Getting Started

To begin, you'll need to install `css-loader`:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -38,4 +38,4 @@ test_script:
- node --version
- npm --version
- cmd: FOR /F %%I in ('compver --name webpack --gte %webpack_version% --lt latest') do SET COMPARED_VERSION_RESULT=%%I
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")

0 comments on commit eb6f749

Please sign in to comment.