geer-builder 1.2.520 → 1.2.521

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/GInvestment.vue +1 -1
  2. package/package.json +1 -1
package/GInvestment.vue CHANGED
@@ -43,7 +43,7 @@
43
43
  <script>
44
44
  import GlobalMixins from './mixins/global_mixins.js';
45
45
  import AddInvestment from './dialogs/AddInvestment';
46
- import InvestmentViewDialog from './components/investment/InvestmentVIewDialog';
46
+ import InvestmentViewDialog from './components/Investment/InvestmentViewDialog';
47
47
  export default
48
48
  {
49
49
  components: {AddInvestment, InvestmentViewDialog},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.520",
3
+ "version": "1.2.521",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {