greybel-mock-environment 2.3.3 → 2.3.4

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/dist/fs.js +1 -1
  2. package/package.json +1 -1
package/dist/fs.js CHANGED
@@ -451,7 +451,7 @@ function getBootFiles(options) {
451
451
  }
452
452
  function getBootFolder(options) {
453
453
  var bootFolder = new file_system_1.Folder({
454
- name: 'sys',
454
+ name: 'boot',
455
455
  permissions: 'rwxr-xr-x',
456
456
  owner: 'root'
457
457
  }, options.parent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Mock environment",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",