@tinacms/scripts 1.3.3 → 1.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.
@@ -4,4 +4,4 @@
4
4
 
5
5
  // __mocks__/styleMock.js
6
6
 
7
- module.exports = ''
7
+ module.exports = '';
package/dist/index.js CHANGED
@@ -179,7 +179,9 @@ var diffTinaLock = async () => {
179
179
  );
180
180
  process.exit(1);
181
181
  }
182
- const tinaLock = JSON.parse(import_fs_extra.default.readFileSync(`tina/tina-lock.json`).toString());
182
+ const tinaLock = JSON.parse(
183
+ import_fs_extra.default.readFileSync(`tina/tina-lock.json`).toString()
184
+ );
183
185
  if (!tinaLock.schema) {
184
186
  console.error("No schema found in the Tina lock \u274C");
185
187
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",