create-cubing-app 0.36.2 → 0.36.3
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/bin/create-cubing-app.js +0 -1
- package/package.json +1 -1
- package/script/build.js +0 -0
- package/script/common-build-options.js +0 -4
- package/script/dev.js +0 -6
package/bin/create-cubing-app.js
CHANGED
|
@@ -105,7 +105,6 @@ async function transferFile(rootedPath, contents) {
|
|
|
105
105
|
await writeFile(projectPathed(rootedPath), contents);
|
|
106
106
|
}
|
|
107
107
|
await transferFile("script/build.js");
|
|
108
|
-
await transferFile("script/dev.js");
|
|
109
108
|
await transferFile("src/index.html");
|
|
110
109
|
await transferFile("src/main.ts");
|
|
111
110
|
await transferFile("src/index.css");
|
package/package.json
CHANGED
package/script/build.js
CHANGED
|
File without changes
|