create-manifest 1.3.2 → 1.3.3

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.
@@ -230,7 +230,7 @@ export default class CreateManifest extends Command {
230
230
  fileContent: settingsJson,
231
231
  settings: {
232
232
  'yaml.schemas': {
233
- 'https://schema.manifest.build/schema.json': '**/manifest/**.yml'
233
+ 'https://schema.manifest.build/schema.json': '**/manifest.yml'
234
234
  }
235
235
  }
236
236
  }));
@@ -43,5 +43,5 @@
43
43
  "enableJsonFlag": false
44
44
  }
45
45
  },
46
- "version": "1.3.2"
46
+ "version": "1.3.3"
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-manifest",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "author": "Manifest",
5
5
  "description": "Create a new Manifest backend",
6
6
  "homepage": "https://manifest.build",