4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
var github = require('../');
|
|
var url = github(require('./package.json'));
|
|
console.log(url);
|