From cf12c197ca5a8ebc387e73067cd55673ea06488d Mon Sep 17 00:00:00 2001 From: Hector Date: Tue, 14 Jan 2020 03:14:11 +0100 Subject: [PATCH] Update circle image setup and readme urls --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb686b0..27fb9bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ defaults: &defaults working_directory: ~/antd-scss-theme-plugin docker: - - image: circleci/node:8.11.3 + - image: circleci/node:12.14.1 whitelist: &whitelist paths: diff --git a/README.md b/README.md index f487d52..cb325f5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ With it you can: This plugin is published as [antd-scss-theme-plugin](https://www.npmjs.com/package/@inventum/antd-scss-theme-plugin) on `npm`: ```bash -npm install --save-dev antd-scss-theme-plugin +npm install --save-dev @inventium/antd-scss-theme-plugin ``` It extends the functionality of a `antd`, `less-loader` and `sass-loader` to accomplish its goals.