build(dist): initial dist subtree commit

This commit is contained in:
Julien
2018-09-09 23:10:29 +02:00
parent 0c8a1a4092
commit 925cb0cdf1
46 changed files with 160 additions and 0 deletions

25
dist/_nuxt/LICENSES vendored Normal file
View File

@@ -0,0 +1,25 @@
/*!
* Vue.js v2.5.17
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
/*!
* @overview es6-promise - a tiny implementation of Promises/A+.
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version v4.2.4+314e4831
*/
/**
* vue-meta v1.5.3
* (c) 2018 Declan de Wet & Sébastien Chopin (@Atinux)
* @license MIT
*/
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/