@kohi9noor/hotloop 1.3.3 → 1.3.5
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/dist/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -464,15 +464,15 @@ p {
|
|
|
464
464
|
],
|
|
465
465
|
};
|
|
466
466
|
`;
|
|
467
|
-
await fs3.writeFile(path3.join(targetDir, "
|
|
467
|
+
await fs3.writeFile(path3.join(targetDir, "hotloop.config.js"), configFile);
|
|
468
468
|
const packageJson = {
|
|
469
469
|
name: projectName2,
|
|
470
470
|
version: "1.0.0",
|
|
471
471
|
description: `A Chrome extension: ${projectName2}`,
|
|
472
472
|
type: "module",
|
|
473
473
|
scripts: {
|
|
474
|
-
dev: "
|
|
475
|
-
build: "
|
|
474
|
+
dev: "hotloop dev",
|
|
475
|
+
build: "hotloop build"
|
|
476
476
|
},
|
|
477
477
|
devDependencies: {
|
|
478
478
|
"@types/chrome": "^0.1.37",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kohi9noor/hotloop",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "Minimal, framework-free development tool for small-scale browser extensions. TypeScript, HMR, and Node module support—nothing else.",
|
|
5
5
|
"author": "kohi9noor",
|
|
6
6
|
"license": "MIT",
|