This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zenedith
committed
Oct 28, 2015
1 parent
18b684b
commit 42f302f
Showing
3 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
/* | ||
Copyright (c) 2012, Yahoo! Inc. All rights reserved. | ||
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. | ||
*/ | ||
var path = require('path'), | ||
fs = require('fs'), | ||
pkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '', '..', 'package.json'), 'utf8')); | ||
var pkg = require('../package.json'); | ||
|
||
module.exports = { | ||
NAME: pkg.name, | ||
VERSION: pkg.version | ||
NAME: pkg.name, | ||
VERSION: pkg.version | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters