This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 6666 },
6767 "dependencies" : {
6868 "@adonisjs/fold" : " ^6.2.3" ,
69- "@adonisjs/sink" : " ^2.3.0 " ,
69+ "@adonisjs/sink" : " ^2.3.1 " ,
7070 "@poppinss/application" : " ^1.0.10" ,
71- "@poppinss/fancy-logs" : " ^1.2.1" ,
7271 "cli-width" : " ^2.2.0" ,
7372 "fs-extra" : " ^8.1.0" ,
7473 "getopts" : " ^2.2.5" ,
75- "kleur" : " ^3.0.3" ,
7674 "ora" : " ^4.0.2" ,
7775 "randomstring" : " ^1.1.5"
7876 },
Original file line number Diff line number Diff line change 88*/
99
1010import createRcFile from './createRcFile'
11- import createEnvFile from './createEnvFile'
12- import createPackageFile from './createPackageFile'
13- import createGitIgnore from './createGitIgnore'
14- import createTsConfig from './createTsConfig'
1511import createTsLint from './createTslint'
1612import copyTemplates from './copyTemplates'
13+ import createEnvFile from './createEnvFile'
14+ import createTsConfig from './createTsConfig'
15+ import createGitIgnore from './createGitIgnore'
16+ import createPackageFile from './createPackageFile'
1717import createEditorConfig from './createEditorConfig'
1818import executeInstructions from './executeInstructions'
1919
You can’t perform that action at this time.
0 commit comments