Skip to content

Commit

Permalink
feat(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 13, 2021
1 parent b99497f commit 651fda8
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 145 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ All available flags:

| Flag | 聽Description | Type | 聽Default |
| ----------------------- | ---------------------------------------------------------- | ---------------- | ------------------------- |
|`autoprefixerVersion` | The autoprefixer version to be installed. | string | `^10.0.2` |
|`autoprefixerVersion` | The autoprefixer version to be installed. | string | `^10.2.1` |
|`cssFormat` | The file extension or preprocessor to use for style files. | `css` \|`scss` | `css` |
|`ngxBuildPlusVersion` | The ngx-build-plus version to be installed. | `string` | `^10.1.1` |
|`ngxBuildPlusVersion` | The ngx-build-plus version to be installed. | `string` | `^11.0.0` |
|`project` | The project to initialize with Tailwind CSS. | `string` | **First** Angular project |
|`postcssVersion` | The postcss version to be installed. | `string` | `^8.1.7` |
|`postcssImportVersion` | The postcss-import version to be installed. | `string` | `^13.0.0` |
|`postcssVersion` | The postcss version to be installed. | `string` | `^8.2.4` |
|`postcssImportVersion` | The postcss-import version to be installed. | `string` | `^14.0.0` |
|`postcssLoaderVersion` | The postcss-loader version to be installed. | `string` | `^4.0.4` |
|`postcssScssVersion` | The postcss-scss version to be installed. | `string` | `^3.0.4` |
|`skipTailwindInit` | Skip initializing Tailwind. | `boolean` | `false` |
|`tailwindVersion` | The Tailwind version to be installed. | `string` | `^2.0.1` |
|`tailwindVersion` | The Tailwind version to be installed. | `string` | `^2.0.2` |
|`disableCrossPlatform` | Set the build:prod script to be only UNIX compatible. | `boolean` | `false` |
|`crossEnvVersion` | The cross-env version to be installed. | `string` | `^7.0.3` |

Expand Down
Loading

0 comments on commit 651fda8

Please sign in to comment.