Browse Source
* seems the file is outdated and not needed * new pkg.js instead of pkg.json - reads .. and ../..master
Igor Klopov
8 years ago
committed by
Leo Lamprecht
6 changed files with 11 additions and 11 deletions
@ -1,4 +1,8 @@ |
|||
module.exports = { |
|||
version: '4.5.6', |
|||
name: 'now' |
|||
let pkg |
|||
try { |
|||
pkg = require('../package.json') |
|||
} catch (err) { |
|||
pkg = require('../../package.json') |
|||
} |
|||
|
|||
module.exports = pkg |
|||
|
Loading…
Reference in new issue