@yr-lang/yr 0.3.12 → 0.3.15

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/node.js +1 -1
  2. package/package.json +1 -1
package/node.js CHANGED
@@ -127,7 +127,7 @@ module.exports = {
127
127
  let result = '';
128
128
  if (extensions) result += extensions + '\n';
129
129
 
130
- for (let item of ['nosection', 'extensions']) {
130
+ for (let item of ['nosection', 'extensions', 'pixel']) {
131
131
  if (sections[item]) {
132
132
  result += sections[item] + '\n';
133
133
  delete sections[item];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yr-lang/yr",
3
- "version": "0.3.12",
3
+ "version": "0.3.15",
4
4
  "description": "Yr is a modern structural language and parser",
5
5
  "main": "./node.js",
6
6
  "exports": {