We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3b48e commit cf12c19Copy full SHA for cf12c19
.circleci/config.yml
@@ -1,7 +1,7 @@
1
defaults: &defaults
2
working_directory: ~/antd-scss-theme-plugin
3
docker:
4
- - image: circleci/node:8.11.3
+ - image: circleci/node:12.14.1
5
6
whitelist: &whitelist
7
paths:
README.md
@@ -47,7 +47,7 @@ With it you can:
47
This plugin is published as [antd-scss-theme-plugin](https://www.npmjs.com/package/@inventum/antd-scss-theme-plugin) on `npm`:
48
49
```bash
50
-npm install --save-dev antd-scss-theme-plugin
+npm install --save-dev @inventium/antd-scss-theme-plugin
51
```
52
53
It extends the functionality of a `antd`, `less-loader` and `sass-loader` to accomplish its goals.
0 commit comments