@yr-lang/yr 0.3.7 → 0.3.8

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 +4 -1
  2. package/package.json +1 -1
package/node.js CHANGED
@@ -503,7 +503,10 @@ for (let item of ['HOME', 'LIBS', 'BUILDS', 'TREE', 'CONFIG']) {
503
503
  *\:Zone.Identifier
504
504
  node_modules/
505
505
  __pycache__/
506
- dist/`);
506
+ dist/
507
+ .yrkitconf
508
+ package*.json
509
+ app/assets/`);
507
510
 
508
511
  fs.writeFileSync(projectPath + '/yrconfig.json', JSON.stringify(result.config, null, 2));
509
512
  fs.writeFileSync(projectPath + '/app/app.js', result.app);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yr-lang/yr",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Yr is a modern structural language and parser",
5
5
  "main": "./node.js",
6
6
  "exports": {