From a1b0b22806daa65391e059897a3262391caf7a81 Mon Sep 17 00:00:00 2001 From: Noah Veltman Date: Thu, 12 Jul 2018 13:18:58 -0700 Subject: [PATCH] Remove reference to node-sass as a peerDependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6b42ff5..a6b604ae 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Looking for the webpack 1 loader? Check out the [archive/webpack-1 branch](https npm install sass-loader node-sass webpack --save-dev ``` -The sass-loader requires [node-sass](https://github.com/sass/node-sass) and [webpack](https://github.com/webpack) -as [`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies). Thus you are able to control the versions accurately. +The sass-loader requires [[webpack](https://github.com/webpack) +as [`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies). Thus you are able to control the version accurately.

Examples