Skip to content

Commit 8862d63

Browse files
committed
Add some missing "@microsoft" scopes
1 parent eb0ea71 commit 8862d63

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _**For documentation, see the [web-build-tools wiki](https://github.com/Microsof
3434

3535

3636

37-
### [@microsoft/gulp-core-build-karma](.core-build/gulp-core-build-karma/README.md)
37+
### [@microsoft/gulp-core-build-karma](./core-build/gulp-core-build-karma/README.md)
3838

3939
`gulp-core-build-karma` is a `gulp-core-build` subtask for running unit tests using karma/phantomjs/mocha/chai. This setup allows you to run browser based testing.
4040

apps/rush-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## rush-lib
1+
## @microsoft/rush-lib
22

33
This is a companion package for the Rush tool. See the
44
[@microsoft/rush](https://www.npmjs.com/package/@microsoft/rush)

apps/rush/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rush
1+
# @microsoft/rush
22

33
## Why Rush?
44
A typical web project may consume hundreds of NPM packages, each developed

libraries/api-extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# api-extractor
1+
# @microsoft/api-extractor
22

33
A utility that analyzes a project, detects common JSDoc problems , and generates
44
a report of the exported Public API.

libraries/node-core-library/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-core-library
1+
# @microsoft/node-core-library
22

33
This library provides a conservative set of "core" NodeJS utilities whose
44
purpose is to standardize how we solve common problems across our tooling
@@ -14,7 +14,7 @@ these criteria:
1414
nearly every NodeJS project
1515

1616
- code is design reviewed, API approved, and documented
17-
17+
1818
Examples of "core" functionality that meets this criteria:
1919

2020
- basic file/folder manipulation

0 commit comments

Comments
 (0)