6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
#!/usr/bin/env node
|
|
|
|
var npmPath = require('../')
|
|
|
|
console.log(npmPath())
|