helm-viewer 0.1.1 → 0.1.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.
- package/binary/index.js +0 -1
- package/package.json +1 -1
package/binary/index.js
CHANGED
|
@@ -5838,7 +5838,6 @@ function run() {
|
|
|
5838
5838
|
(0, save_yaml_1.saveTemplatedYamlToFiles)(stdout);
|
|
5839
5839
|
(0, save_yaml_1.saveSourcesYamlToFiles)(currentPath);
|
|
5840
5840
|
const JSON = (0, fs_1.readFileSync)('tmp/global-data.json', 'utf-8');
|
|
5841
|
-
(0, fs_1.writeFileSync)('src/assets/global-data.js', `const DATA = ${JSON}`);
|
|
5842
5841
|
let file = (0, fs_1.readFileSync)('src/index.html', 'utf-8');
|
|
5843
5842
|
file = file
|
|
5844
5843
|
.replace('<script src="assets/global-data.js"></script>', `<script>const DATA = ${JSON};</script>`)
|
package/package.json
CHANGED