Skip to content

Commit cf12c19

Browse files
committed
Update circle image setup and readme urls
1 parent 0d3b48e commit cf12c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/antd-scss-theme-plugin
33
docker:
4-
- image: circleci/node:8.11.3
4+
- image: circleci/node:12.14.1
55

66
whitelist: &whitelist
77
paths:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ With it you can:
4747
This plugin is published as [antd-scss-theme-plugin](https://www.npmjs.com/package/@inventum/antd-scss-theme-plugin) on `npm`:
4848

4949
```bash
50-
npm install --save-dev antd-scss-theme-plugin
50+
npm install --save-dev @inventium/antd-scss-theme-plugin
5151
```
5252

5353
It extends the functionality of a `antd`, `less-loader` and `sass-loader` to accomplish its goals.

0 commit comments

Comments
 (0)