Skip to content

Commit

Permalink
Changed default name to freemium
Browse files Browse the repository at this point in the history
  • Loading branch information
Abarth77 committed Jan 24, 2019
1 parent 412e7ae commit 81608bf
Show file tree
Hide file tree
Showing 13 changed files with 2,962 additions and 2,958 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
dist/
npm-debug.log
2 changes: 1 addition & 1 deletion dist/vue-organizations.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ function plugin (Vue, opts) {
return
}

var org = 'en';
var org = 'freemium';
setupOrgVM(Vue, org);

Asset(Vue, orgVM);
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-organizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ function plugin (Vue, opts) {
return
}

var org = 'en';
var org = 'freemium';
setupOrgVM(Vue, org);

Asset(Vue, orgVM);
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-organizations.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/vue-organizations.min.js.gz
Binary file not shown.
Loading

0 comments on commit 81608bf

Please sign in to comment.