@angular/create 15.1.0-next.0 → 15.1.0-next.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ Scaffold an Angular CLI workspace without needing to install the Angular CLI glo
9
9
  ### npm
10
10
 
11
11
  ```
12
- npm init @angular [project-name] -- [...options]
12
+ npm init @angular@latest [project-name] -- [...options]
13
13
  ```
14
14
 
15
15
  ### yarn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/create",
3
- "version": "15.1.0-next.0",
3
+ "version": "15.1.0-next.2",
4
4
  "description": "Scaffold an Angular CLI workspace.",
5
5
  "keywords": [
6
6
  "angular",
@@ -16,7 +16,7 @@
16
16
  "create": "./src/index.js"
17
17
  },
18
18
  "dependencies": {
19
- "@angular/cli": "15.1.0-next.0"
19
+ "@angular/cli": "15.1.0-next.2"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",