create-puck-app 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -1
package/index.js CHANGED
@@ -5,7 +5,7 @@ import path from "path";
5
5
  import { program } from "commander";
6
6
  import inquirer from "inquirer";
7
7
  import Handlebars from "handlebars";
8
- import glob from "glob";
8
+ import { glob } from "glob";
9
9
  import { execSync } from "child_process";
10
10
  import { dirname } from "path";
11
11
  import { fileURLToPath } from "url";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-puck-app",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "commander": "^10.0.1",
12
+ "glob": "^10.3.4",
12
13
  "handlebars": "^4.7.7",
13
14
  "inquirer": "^9.2.7",
14
15
  "prettier": "^2.8.8"