Skip to content

Commit

Permalink
chore: new build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 21, 2019
1 parent 060aa3b commit dcef743
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/css/vue2-editor.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/vue2-editor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue2-editor v2.9.0-next.1
* vue2-editor v2.9.0-next.2
* (c) 2019 David Royer
* Released under the MIT License.
*/
Expand Down Expand Up @@ -837,7 +837,7 @@
undefined
);

var version = "2.9.0-next.1"; // Declare install function executed by Vue.use()
var version = "2.9.0-next.2"; // Declare install function executed by Vue.use()

function install(Vue) {
if (install.installed) return;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue2-editor.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue2-editor v2.9.0-next.1
* vue2-editor v2.9.0-next.2
* (c) 2019 David Royer
* Released under the MIT License.
*/
Expand Down Expand Up @@ -893,7 +893,7 @@ var __vue_staticRenderFns__ = [];
undefined
);

var version = "2.9.0-next.1"; // Declare install function executed by Vue.use()
var version = "2.9.0-next.2"; // Declare install function executed by Vue.use()

function install(Vue) {
if (install.installed) return;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue2-editor.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue2-editor v2.9.0-next.1
* vue2-editor v2.9.0-next.2
* (c) 2019 David Royer
* Released under the MIT License.
*/
Expand Down Expand Up @@ -888,7 +888,7 @@ var __vue_staticRenderFns__ = [];
undefined
);

var version = "2.9.0-next.1"; // Declare install function executed by Vue.use()
var version = "2.9.0-next.2"; // Declare install function executed by Vue.use()

function install(Vue) {
if (install.installed) return;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue2-editor.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue2-editor v2.9.0-next.1
* vue2-editor v2.9.0-next.2
* (c) 2019 David Royer
* Released under the MIT License.
*/
Expand Down Expand Up @@ -893,7 +893,7 @@
undefined
);

var version = "2.9.0-next.1"; // Declare install function executed by Vue.use()
var version = "2.9.0-next.2"; // Declare install function executed by Vue.use()

function install(Vue) {
if (install.installed) return;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue2-editor.umd.min.js

Large diffs are not rendered by default.

0 comments on commit dcef743

Please sign in to comment.