@rushstack/loader-raw-script 1.3.252 → 1.3.255
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.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/loader-raw-script",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.255",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@rushstack/eslint-config": "3.0.0",
|
|
18
|
-
"@rushstack/heft": "0.47.
|
|
19
|
-
"@rushstack/heft-node-rig": "1.10.
|
|
18
|
+
"@rushstack/heft": "0.47.6",
|
|
19
|
+
"@rushstack/heft-node-rig": "1.10.8",
|
|
20
20
|
"@types/heft-jest": "1.0.1",
|
|
21
21
|
"@types/node": "12.20.24"
|
|
22
22
|
},
|
|
@@ -24,6 +24,5 @@
|
|
|
24
24
|
"build": "heft build --clean",
|
|
25
25
|
"_phase:build": "heft build --clean",
|
|
26
26
|
"_phase:test": "heft test --no-build"
|
|
27
|
-
}
|
|
28
|
-
"readme": "# @rushstack/loader-raw-script\n\n## Installation\n\n`npm install @rushstack/loader-raw-script --save-dev`\n\n## Overview\n\nThis simple Webpack loader loads a script file's contents directly in a webpack bundle using an `eval(...)`.\n\n## Usage\n\n[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)\n\n``` javascript\nrequire(\"@rushstack/loader-raw-script!path/to/script.js\");\n```\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/webpack/loader-raw-script/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
|
|
27
|
+
}
|
|
29
28
|
}
|