@tinacms/scripts 1.4.0 → 1.4.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -480,7 +480,7 @@ See --help for a list of available commands.`
480
480
  * I'm pretty sure it doesn't, since everything works
481
481
  *
482
482
  * By setting a global for each external dep we're silencing these warnings
483
- * No name was provided for external module 'react-beautiful-dnd' in output.globals – guessing 'reactBeautifulDnd'
483
+ * No name was provided for external module in output.globals
484
484
  *
485
485
  * They don't occur for es builds, only UMD and I can't quite find
486
486
  * an authoritative response on wny they're needed or how they're
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",