Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Update intl-messageformat-parser to lastest version #173

Merged
merged 3 commits into from
Oct 31, 2017
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "2.1.0",
"version": "2.1.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer changing minor version instead of patch version for this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -33,7 +33,7 @@
"./lib/locales.js": false
},
"dependencies": {
"intl-messageformat-parser": "1.2.0"
"intl-messageformat-parser": "1.4.0"
},
"devDependencies": {
"benchmark": "^1.0.0",
Expand Down