File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 "type" : " git" ,
77 "url" : " https://github.com/telerik/kendo-intl.git"
88 },
9- "main" : " dist/npm/js/main.js" ,
10- "typings" : " dist/npm/js/main" ,
9+ "main" : " dist/npm/main.js" ,
10+ "module" : " dist/es/main.js" ,
11+ "jsnext:main" : " dist/es/main.js" ,
12+ "typings" : " dist/es/main" ,
1113 "scripts" : {
12- "build-package" : " gulp build-npm -package" ,
14+ "build-package" : " gulp build-rollup -package" ,
1315 "test" : " gulp test" ,
1416 "lint" : " gulp lint" ,
1517 "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ import errorDetails from './error-details';
33const formatRegExp = / \{ ( \d + ) } ? \} / g;
44
55class IntlError {
6- name = "" ;
7- message = "" ;
8-
96 constructor ( { name, message } ) {
107 if ( ! name || ! message ) {
118 throw new Error ( "{ name: string, message: string } object is required!" ) ;
You can’t perform that action at this time.
0 commit comments