update
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
4aa2cbfe04
commit
6164134eaf
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "pofile",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pofile",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.5",
|
||||
"devDependencies": {
|
||||
"browserify": "~14.0.0",
|
||||
"coffeescript": "^2.6.1",
|
||||
|
15
package.json
15
package.json
@ -1,23 +1,24 @@
|
||||
{
|
||||
"name": "pofile",
|
||||
"description": "Parse and serialize Gettext PO files.",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.5",
|
||||
"author": {
|
||||
"name": "Ruben Vermeersch",
|
||||
"email": "ruben@savanne.be",
|
||||
"url": "http://savanne.be/"
|
||||
"name": "Vasiliy Tolstov",
|
||||
"email": "v.tolstov@unistack.org",
|
||||
"url": "https://unistack.org"
|
||||
},
|
||||
"contributors": [
|
||||
"Eyal Lewinsohn",
|
||||
"Gabe Gorelick",
|
||||
"Julian Bäume",
|
||||
"Mike Holly",
|
||||
"Sander Houttekier"
|
||||
"Sander Houttekier",
|
||||
"Vasiliy Tolstov"
|
||||
],
|
||||
"homepage": "http://github.com/rubenv/pofile",
|
||||
"homepage": "http://github.com/unistack-org/pofile",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/rubenv/pofile.git"
|
||||
"url": "http://github.com/unistack-org/pofile.git"
|
||||
},
|
||||
"main": "./lib/po",
|
||||
"types": "./pofile.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user