We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f642801 commit 886496aCopy full SHA for 886496a
install.js
@@ -6,8 +6,8 @@
6
var fs = require('fs')
7
, path = require('path')
8
, spawn = require('cross-spawn')
9
- , hook = path.join(__dirname, './hook')
10
- , root = path.resolve(__dirname, '../..')
+ , hook = path.join(__dirname, 'hook')
+ , root = path.resolve(__dirname, '..', '..')
11
, exists = fs.existsSync || path.existsSync;
12
13
//
0 commit comments