8000 Rename `@microsoft/loader-raw-script` to `@rushstack/loader-raw-scrip… · JavaScriptExpert/rushstack@3ddd32d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ddd32d

Browse files
committed
Rename @microsoft/loader-raw-script to @rushstack/loader-raw-script everywhere
1 parent fc791bb commit 3ddd32d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
"shouldPublish": true
880880
},
881881
{
882-
"packageName": "@microsoft/loader-raw-script",
882+
"packageName": "@rushstack/loader-raw-script",
883883
"projectFolder": "webpack/loader-raw-script",
884884
"reviewCategory": "libraries",
885885
"shouldPublish": true

webpack/loader-raw-script/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@microsoft/loader-raw-script
1+
@rushstack/loader-raw-script
22

33
Copyright (c) Microsoft Corporation. All rights reserved.
44

webpack/loader-raw-script/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installation
44

5-
`npm install @microsoft/loader-raw-script --save-dev`
5+
`npm install @rushstack/loader-raw-script --save-dev`
66

77
## Overview
88

@@ -13,7 +13,7 @@ This simple loader loads a script file's contents directly in a webpack bundle u
1313
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
1414

1515
``` javascript
16-
require("@microsoft/loader-raw-script!path/to/script.js");
16+
require("@rushstack/loader-raw-script!path/to/script.js");
1717
```
1818

1919
## License

webpack/loader-raw-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@microsoft/loader-raw-script",
2+
"name": "@rushstack/loader-raw-script",
33
"version": "1.3.4",
44
"description": "",
55
"main": "lib/index.js",

0 commit comments

Comments
 (0)
0