create-webpack-starter 0.2.1 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.2] - 2026-02-06
4
+
5
+ ### Fixed
6
+ - **Documentation links** in `README.md` now resolve correctly on npm and GitHub; relative paths updated.
7
+
8
+ ### Notes
9
+ - Republished package as **0.2.2**.
10
+
3
11
  ## [0.2.1] - 2026-02-06
4
12
 
5
13
  ### Added
package/README.md CHANGED
@@ -42,10 +42,10 @@ npx create-webpack-starter my-app \
42
42
 
43
43
  Detailed documentation is available in the `/docs` directory:
44
44
 
45
- - [Getting Started](./docs/getting-started.md)
46
- - [Templates](./docs/templates.md)
47
- - [webpack-core](./docs/webpack-core.md)
48
- - [FAQ](./docs/faq.md)
45
+ - [Getting Started](https://github.com/Razerspine/webpack-starter-monorepo/blob/main/packages/create-webpack-starter/docs/getting-started.md)
46
+ - [Templates](https://github.com/Razerspine/webpack-starter-monorepo/blob/main/packages/create-webpack-starter/docs/templates.md)
47
+ - [webpack-core](https://github.com/Razerspine/webpack-starter-monorepo/blob/main/packages/create-webpack-starter/docs/webpack-core.md)
48
+ - [FAQ](https://github.com/Razerspine/webpack-starter-monorepo/blob/main/packages/create-webpack-starter/docs/faq.md)
49
49
 
50
50
  The documentation explains:
51
51
  - how the CLI works internally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-webpack-starter",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Create a webpack starter with Pug, SCSS, TS and more",
5
5
  "bin": {
6
6
  "create-webpack-starter": "bin/index.js"