File tree 4 files changed +5
-5
lines changed
blueprints/ember-inputmask
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
normalizeEntityName : function ( ) { } ,
3
3
afterInstall : function ( options ) {
4
- return this . addBowerPackageToProject ( 'jquery. inputmask' , '3.2.7' ) ;
4
+ return this . addBowerPackageToProject ( 'inputmask' , '3.2.7' ) ;
5
5
}
6
6
} ;
Original file line number Diff line number Diff line change 6
6
"ember-cli-test-loader" : " 0.2.1" ,
7
7
"ember-qunit" : " 0.4.16" ,
8
8
"ember-qunit-notifications" : " 0.1.0" ,
9
- "jquery. inputmask" : " 3.2.7" ,
9
+ "inputmask" : " 3.2.7" ,
10
10
"loader.js" : " ember-cli/loader.js#4.0.1" ,
11
11
"qunit" : " ~1.20.0"
12
12
}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ module.exports = function(defaults) {
15
15
16
16
if ( ! process . env . EMBER_CLI_FASTBOOT ) {
17
17
app . import ( {
18
- development : app . bowerDirectory + '/jquery. inputmask/dist/jquery.inputmask.bundle.js' ,
19
- production : app . bowerDirectory + '/jquery. inputmask/dist/min/jquery.inputmask.bundle.min.js'
18
+ development : app . bowerDirectory + '/inputmask/dist/jquery.inputmask.bundle.js' ,
19
+ production : app . bowerDirectory + '/inputmask/dist/min/jquery.inputmask.bundle.min.js'
20
20
} ) ;
21
21
}
22
22
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
6
6
included : function ( app ) {
7
7
this . _super . included ( app ) ;
8
8
if ( ! process . env . EMBER_CLI_FASTBOOT ) {
9
- app . import ( app . bowerDirectory + '/jquery. inputmask/dist/min/jquery.inputmask.bundle.min.js' ) ;
9
+ app . import ( app . bowerDirectory + '/inputmask/dist/min/jquery.inputmask.bundle.min.js' ) ;
10
10
}
11
11
}
12
12
} ;
You can’t perform that action at this time.
0 commit comments