Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed Jan 25, 2018
1 parent 15a1452 commit d29c22a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>vue-collections</title><link href=static/css/app.9a86f606f44790a0457401d5e82e04cf.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=static/js/manifest.12081399d6f8ddf301a1.js></script><script type=text/javascript src=static/js/vendor.deca730c7be39f3d5ea3.js></script><script type=text/javascript src=static/js/app.cfcf23aa0f66db3fe596.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><title>vue-collections</title><link href=static/css/app.9a86f606f44790a0457401d5e82e04cf.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=static/js/manifest.f3e5d12b69bd7bd440e4.js></script><script type=text/javascript src=static/js/vendor.deca730c7be39f3d5ea3.js></script><script type=text/javascript src=static/js/app.24b23f6f23e39288b7f9.js></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/static/js/app.24b23f6f23e39288b7f9.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/static/js/app.cfcf23aa0f66db3fe596.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/static/js/manifest.12081399d6f8ddf301a1.js

This file was deleted.

2 changes: 2 additions & 0 deletions dist/static/js/manifest.f3e5d12b69bd7bd440e4.js

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-collections.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-collections v1.2.0
* vue-collections v1.2.1
* (c) 2018 Nick Ford
* @license MIT
*/
Expand Down Expand Up @@ -3490,7 +3490,7 @@ var Collection$1 = function () {
fetch: function fetch() {
var _this2 = this;

var request = this.$request('' + this.url, {
var request = this.$request('' + this.$url, {
responseHeaders: true
});
request.then(function (response) {
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-collections.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-collections v1.2.0
* vue-collections v1.2.1
* (c) 2018 Nick Ford
* @license MIT
*/
Expand Down Expand Up @@ -3496,7 +3496,7 @@ var Collection$1 = function () {
fetch: function fetch() {
var _this2 = this;

var request = this.$request('' + this.url, {
var request = this.$request('' + this.$url, {
responseHeaders: true
});
request.then(function (response) {
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-collections.min.js

Large diffs are not rendered by default.

0 comments on commit d29c22a

Please sign in to comment.