create-nx-workspace 23.0.0-beta.0 → 23.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1026,10 +1026,6 @@ async function determineReactOptions(parsedArgs) {
1026
1026
  name: 'less',
1027
1027
  message: 'LESS [ https://lesscss.org ]',
1028
1028
  },
1029
- {
1030
- name: 'tailwind',
1031
- message: 'tailwind [ https://tailwindcss.com ]',
1032
- },
1033
1029
  {
1034
1030
  name: 'styled-components',
1035
1031
  message: 'styled-components [ https://styled-components.com ]',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-workspace",
3
- "version": "23.0.0-beta.0",
3
+ "version": "23.0.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Smart Monorepos · Fast Builds",
6
6
  "repository": {