Skip to content

Commit 5565a10

Browse files
Merge pull request #140 from angular/master
Update upstream
2 parents adacc77 + d173253 commit 5565a10

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "6.0.0-rc.10",
3+
"version": "6.0.0",
44
"description": "CLI tool for Angular",
55
"main": "packages/@angular/cli/lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",

packages/@angular/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/cli",
3-
"version": "6.0.0-rc.10",
3+
"version": "6.0.0",
44
"description": "CLI tool for Angular",
55
"main": "lib/cli/index.js",
66
"trackingCode": "UA-8594346-19",
@@ -30,11 +30,11 @@
3030
},
3131
"homepage": "https://github.com/angular/angular-cli",
3232
"dependencies": {
33-
"@angular-devkit/architect": "0.5.13",
34-
"@angular-devkit/core": "0.5.13",
35-
"@angular-devkit/schematics": "0.5.13",
36-
"@schematics/angular": "0.5.13",
37-
"@schematics/update": "0.5.13",
33+
"@angular-devkit/architect": "0.6.0",
34+
"@angular-devkit/core": "0.6.0",
35+
"@angular-devkit/schematics": "0.6.0",
36+
"@schematics/angular": "0.6.0",
37+
"@schematics/update": "0.6.0",
3838
"opn": "~5.1.0",
3939
"resolve": "^1.1.7",
4040
"rxjs": "^6.0.0",

scripts/publish/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function readFiles(directory, filelist) {
3737
const originalPath = directory + file;
3838
const newPath = path.join(outputPath, originalPath
3939
.replace(documentationPath + `${path.sep}`, '')
40-
.replace(`${path.sep}`, '-'));
40+
.replace(new RegExp(`${path.sep}`, 'g'), '-'));
4141

4242
filelist.push({ originalPath, newPath });
4343
}

0 commit comments

Comments
 (0)