Skip to content

Commit 93a4493

Browse files
committed
Updated locale file to TypeScript
1 parent 02a3a53 commit 93a4493

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Run coveralls
3939
command: 'cat temp/coverage/coverage.txt | ./node_modules/.bin/coveralls'
4040
- store_artifacts:
41-
path: coverage
41+
path: temp/coverage
4242
prefix: coverage
4343
publish_next:
4444
<<: *defaults
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
define([], function () {
1+
declare var define: any;
2+
3+
define([], () => {
24
return {
35
'SiteBreadcrumbLabel': 'Website breadcrumb',
46

57
'ListViewGroupEmptyLabel': 'Empty'
6-
}
8+
};
79
});

0 commit comments

Comments
 (0)