mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +03:00
Store project meta info only in composer.json
This commit is contained in:
parent
3e77eddb33
commit
f5ee6448e4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mibew/mibew",
|
"name": "mibew/mibew",
|
||||||
"version": "2.0-dev",
|
"version": "2.0.0-beta.1",
|
||||||
"description": "Mibew Messenger - open-source live support application",
|
"description": "Mibew Messenger - open-source live support application",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"homepage": "http://mibew.org",
|
"homepage": "http://mibew.org",
|
||||||
|
@ -37,7 +37,7 @@ var config = {
|
|||||||
compiledTemplatesHeader: fs.readFileSync('tools/compiled_templates_header.txt'),
|
compiledTemplatesHeader: fs.readFileSync('tools/compiled_templates_header.txt'),
|
||||||
getComposerUrl: 'https://getcomposer.org/installer',
|
getComposerUrl: 'https://getcomposer.org/installer',
|
||||||
phpBin: 'php -d "suhosin.executor.include.whitelist = phar"',
|
phpBin: 'php -d "suhosin.executor.include.whitelist = phar"',
|
||||||
package: require('./package.json')
|
package: require('./composer.json')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ gulp.task('generate-pot', function() {
|
|||||||
.pipe(concatPo('translation.pot', {
|
.pipe(concatPo('translation.pot', {
|
||||||
headers: {
|
headers: {
|
||||||
'Project-Id-Version': 'Mibew Messenger ' + config.package.version,
|
'Project-Id-Version': 'Mibew Messenger ' + config.package.version,
|
||||||
'Report-Msgid-Bugs-To': config.package.bugs.email,
|
'Report-Msgid-Bugs-To': config.package.support.email,
|
||||||
'POT-Creation-Date': strftime('%Y-%m-%d %H:%M%z'),
|
'POT-Creation-Date': strftime('%Y-%m-%d %H:%M%z'),
|
||||||
'PO-Revision-Date': '',
|
'PO-Revision-Date': '',
|
||||||
'Last-Translator': '',
|
'Last-Translator': '',
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "Mibew",
|
|
||||||
"version": "2.0.0-alpha5",
|
|
||||||
"description": "Mibew Messenger - open-source live support application",
|
|
||||||
"private": true,
|
|
||||||
"bugs": {
|
|
||||||
"email": "support@mibew.org",
|
|
||||||
"url": "https://github.com/mibew/mibew/issues"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "~3.8.0",
|
"gulp": "~3.8.0",
|
||||||
"gulp-phpcs": "~0.2.1",
|
"gulp-phpcs": "~0.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user