@windward/core 0.5.1 → 0.5.2

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.
@@ -477,7 +477,7 @@
477
477
  </template>
478
478
  <script>
479
479
  import _ from 'lodash'
480
- import BaseContentSettings from '~/components/Content/Settings/BaseContentSettings.js''
480
+ import BaseContentSettings from '~/components/Content/Settings/BaseContentSettings.js'
481
481
 
482
482
  export default {
483
483
  name: 'VideoSettings',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/core",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Windward UI Core Plugins",
5
5
  "main": "plugin.js",
6
6
  "scripts": {