Skip to content

Commit

Permalink
Update proto deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Klimenko committed Aug 1, 2017
1 parent a044b1d commit e1c13bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-json-po",
"version": "1.0.5",
"version": "1.0.6",
"description": "i18n .json to .pot file converter",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"array-xor": "^0.1.1",
"browserify": "^14.4.0",
"eslint": "3.13.1",
"i18n-proto": "1.0.1",
"i18n-proto": "1.0.4",
"karma": "1.7.0",
"karma-browserify": "^5.1.1",
"karma-firefox-launcher": "^1.0.1",
Expand Down
3 changes: 1 addition & 2 deletions tests/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ msgstr ""
entry: 'entry "quoted" text',
context: 'entry "quoted" context',
occurences: ['occ1', 'occ2'],
comments: ['cmt1', 'cmt2'],
translations: []
comments: ['cmt1', 'cmt2']
};

let expected = `#. cmt1
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1795,9 +1795,9 @@ https-browserify@~0.0.0:
version "0.0.1"
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82"

i18n-proto@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/i18n-proto/-/i18n-proto-1.0.1.tgz#0a564b8cc893eee1f46800931561df0b917ccff0"
i18n-proto@1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/i18n-proto/-/i18n-proto-1.0.4.tgz#fe9803542f2f5f1ccfb019da88f1bc14472eef42"

iconv-lite@0.4.15:
version "0.4.15"
Expand Down

0 comments on commit e1c13bb

Please sign in to comment.