File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var Blueprint = require('ember-cli/lib/models/blueprint');
4
4
var dynamicPathParser = require ( '../../utilities/dynamic-path-parser' ) ;
5
5
var addBarrelRegistration = require ( '../../utilities/barrel-management' ) ;
6
6
var getFiles = Blueprint . prototype . files ;
7
- const stringUtils = require ( 'ember-cli/lib/utilities/ string' ) ;
7
+ const stringUtils = require ( 'ember-cli- string-utils ' ) ;
8
8
9
9
module . exports = {
10
10
description : '' ,
Original file line number Diff line number Diff line change 1
1
const path = require ( 'path' ) ;
2
- const stringUtils = require ( 'ember-cli/lib/utilities/ string' ) ;
2
+ const stringUtils = require ( 'ember-cli- string-utils ' ) ;
3
3
4
4
module . exports = {
5
5
description : '' ,
Original file line number Diff line number Diff line change 3
3
const fs = require ( 'fs' ) ;
4
4
const path = require ( 'path' ) ;
5
5
const dynamicPathParser = require ( '../../utilities/dynamic-path-parser' ) ;
6
- const stringUtils = require ( 'ember-cli/lib/utilities/ string' ) ;
6
+ const stringUtils = require ( 'ember-cli- string-utils ' ) ;
7
7
const Blueprint = require ( 'ember-cli/lib/models/blueprint' ) ;
8
8
9
9
Original file line number Diff line number Diff line change 39
39
"broccoli-writer" : " ^0.1.1" ,
40
40
"chalk" : " ^1.1.3" ,
41
41
"ember-cli" : " 2.5.0" ,
42
+ "ember-cli-string-utils" : " ^1.0.0" ,
42
43
"exit" : " ^0.1.2" ,
43
44
"fs-extra" : " ^0.30.0" ,
44
45
"glob" : " ^7.0.3" ,
48
49
"resolve" : " ^1.1.7" ,
49
50
"shelljs" : " ^0.7.0" ,
50
51
"silent-error" : " ^1.0.0" ,
51
- "symlink-or-copy" : " ^1.0.3 " ,
52
+ "symlink-or-copy" : " ^1.0.1 " ,
52
53
"typescript" : " ^1.8.10" ,
53
54
"typings" : " ^0.8.1"
54
55
},
You can’t perform that action at this time.
0 commit comments