@jodijonatan/jo-frontend 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -61,9 +61,7 @@ program
61
61
 
62
62
  try {
63
63
  // 1. Copy template
64
- await fs.copy(templateDir, targetDir, {
65
- filter: (src) => !src.includes("node_modules") && !src.includes("package-lock.json"),
66
- });
64
+ await fs.copy(templateDir, targetDir);
67
65
  spinner.succeed("Template berhasil disalin!");
68
66
 
69
67
  // Khusus NPM saat publish, file .gitignore diganti menjadi .npmignore.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jodijonatan/jo-frontend",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "jo-frontend": "./index.js",