Skip to content

Commit a5429dc

Browse files
committed
Update globalization
1 parent f2edbd9 commit a5429dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function List(items, itemType, parent) {
1919
try {
2020
items = JSON.parse(items);
2121
} catch (e) {
22-
var err = new Error(g.f('could not create List from {{JSON}} string: %j', items));
22+
var err = new Error(g.f('could not create List from JSON string: %j', items));
2323
err.statusCode = 400;
2424
throw err;
2525
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"loopback-connector": "^2.1.0",
4747
"node-uuid": "^1.4.2",
4848
"qs": "^3.1.0",
49-
"strong-globalize": "^2.5.8",
49+
"strong-globalize": "^2.6.0",
5050
"traverse": "^0.6.6"
5151
},
5252
"license": "MIT"

0 commit comments

Comments
 (0)