nsbp-cli 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,7 +145,7 @@ node ./bin/nsbp.js --help # Test CLI locally
145
145
 
146
146
  - **Package Name**: `nsbp-cli`
147
147
  - **Bin Command**: `nsbp` (install globally and run `nsbp --help`)
148
- - **Version**: `0.2.5`
148
+ - **Version**: `$NEW_VERSION`
149
149
  - **Dependencies**: chalk, commander, fs-extra, inquirer
150
150
  - **Package Manager**: Uses pnpm (also compatible with npm)
151
151
  - **Node Version**: >=16.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nsbp-cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "CLI tool for creating NSBP (Node React SSR by Webpack) projects",
5
5
  "main": "index.js",
6
6
  "files": [