Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit a39466d

Browse files
committed
modify the token for the base package
1 parent b4f7b32 commit a39466d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

commands/wheels/generate/app.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ component aliases="wheels g app" extends="../base" {
204204

205205
// Remove the cfwheels-base from the dependencies
206206
command( 'tokenReplace' )
207-
.params( path = 'box.json', token = '"cfwheels-base":"^2.2"', replacement = '' )
207+
.params( path = 'box.json', token = '"cfwheels-base":"^2.2",', replacement = '' )
208208
.run();
209209

210210
// Remove the cfwheels-base from the install paths
211211
command( 'tokenReplace' )
212-
.params( path = 'box.json', token = '"cfwheels-base":"base/"', replacement = '' )
212+
.params( path = 'box.json', token = '"cfwheels-base":"base/",', replacement = '' )
213213
.run();
214214

215215
// Add the H2 Lucee extension to the dependencies

0 commit comments

Comments
 (0)