ros.grant.common 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,7 +64,7 @@ module.exports = function (gulp, paths) {
64
64
  paths.common + 'Shared/Scripts/Initializers/*.{js,ts}',
65
65
  paths.webShared + 'Shared/Scripts/SvgSpritesLoader.ts',
66
66
  paths.telerik + 'Shared/Scripts/AdminGridInitializer.js',
67
- ], { allowEmpty: true })
67
+ ])
68
68
  .pipe(plugins.typescript({
69
69
  noImplicitAny: false,
70
70
  noEmitOnError: true,
@@ -390,7 +390,7 @@ header.header-gorchakov {
390
390
  .auth-container{
391
391
  display: flex;
392
392
  align-items: center;
393
- justify-content: end;
393
+ justify-content: flex-end;
394
394
 
395
395
  @media (min-width: 1200px) {
396
396
  width: 300px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.2",
2
+ "version": "2.1.3",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {