Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Apr 13, 2024
1 parent cbfad44 commit bd61d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"license": "MIT",
"dependencies": {
"create-create-app": "^7.3.0"
"create-create-x": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

import { create } from 'create-create-app';
import { create } from 'create-create-x';
import { resolve } from 'path';

const templateRoot = resolve(__dirname, '..', 'templates');
Expand Down

0 comments on commit bd61d23

Please sign in to comment.