File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function findProjectDir(pkgdir) {
40
40
if ( path . basename ( candidateDir ) === 'node_modules' ) {
41
41
continue ;
42
42
}
43
-
43
+
44
44
if ( _isNativeScriptAppRoot ( candidateDir ) ) {
45
45
return candidateDir ;
46
46
}
@@ -94,7 +94,7 @@ function postinstall(pkgdir) {
94
94
mkdirp . sync ( hookDir ) ;
95
95
}
96
96
if ( hookInstalled ( hookDir , pkg , hook ) ) {
97
- console . log ( ' Hook already installed: ' + pkg . name ) ;
97
+ console . log ( ` Hook already installed: ${ pkg . name } at location: ${ hookDir } ` ) ;
98
98
return ;
99
99
}
100
100
var hookFileName = generateHookName ( pkg , hook ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-hook" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " Helper module for installing hooks into NativeScript projects" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments