Skip to content

Commit 2bbff12

Browse files
[examples] Fix webpack CLI instructions
1 parent 95e1d0e commit 2bbff12

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

examples/pigment-css-nextjs-ts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "pigment-css-nextjs-ts",
3-
"version": "5.0.0",
43
"private": true,
54
"scripts": {
65
"dev": "next dev",

examples/pigment-css-remix-ts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "pigment-css-remix-ts",
33
"private": true,
4-
"sideEffects": false,
54
"type": "module",
65
"scripts": {
76
"build": "remix vite:build",

examples/pigment-css-vite-ts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "pigment-css-vite-ts",
33
"private": true,
4-
"version": "5.0.0",
54
"type": "module",
65
"scripts": {
76
"dev": "vite",

examples/pigment-css-webpack-ts/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pigment CSS - Vite with TypeScript example project
1+
# Pigment CSS - Webpack with TypeScript example project
22

33
## How to use
44

@@ -7,8 +7,8 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
77
<!-- #default-branch-switch -->
88

99
```bash
10-
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-vite-ts
11-
cd pigment-css-vite-ts
10+
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-webpack-ts
11+
cd pigment-css-webpack-ts
1212
```
1313

1414
Install it and run:
@@ -22,9 +22,9 @@ or:
2222

2323
<!-- #default-branch-switch -->
2424

25-
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/pigment-css/tree/master/examples/pigment-css-vite-ts)
25+
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/pigment-css/tree/master/examples/pigment-css-webpack-ts)
2626

27-
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/github/mui/pigment-css/tree/master/examples/pigment-css-vite-ts)
27+
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/github/mui/pigment-css/tree/master/examples/pigment-css-webpack-ts)
2828

2929
## Learn more
3030

examples/pigment-css-webpack-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@app/wp-app",
2+
"name": "pigment-css-webpack-ts",
33
"private": true,
44
"type": "module",
55
"scripts": {

0 commit comments

Comments
 (0)