als-layout 0.4.6 → 0.4.7

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.
Files changed (2) hide show
  1. package/layout.js +1 -1
  2. package/package.json +1 -1
package/layout.js CHANGED
@@ -108,7 +108,7 @@ class Layout {
108
108
  if(href && v) link.href = href+'?'+v
109
109
  return this.tab+'<link '
110
110
  +Object.entries(link).map(([key,value]) => `${key}="${value}"`).join(' ')
111
- +'></link>'
111
+ +'>'
112
112
  }).join(this.n)
113
113
  }
114
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "als-layout",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Create html layout",
5
5
  "main": "layout.js",
6
6
  "keywords": [],