wl-shell-layout 0.0.75 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
package/build.js CHANGED
@@ -13,6 +13,7 @@ function build() {
13
13
  }
14
14
 
15
15
  function takeAndGive(str1, str2) {
16
+ //to check
16
17
  return str2 + str1
17
18
  }
18
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wl-shell-layout",
3
- "version": "0.0.75",
3
+ "version": "0.5.1",
4
4
  "description": "shell layout for dev env",
5
5
  "main": "wl-shell-layout.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@ import { FormsModule } from '@angular/forms';
19
19
 
20
20
  const isPermitted = (menuOption, permissionsService) => {
21
21
  let permitted = false;
22
- // to check
22
+ // to check again
23
23
  const permissions = keys(permissionsService.getPermissions());
24
24
  if (!menuOption.permissions.length)
25
25
  permitted = true;