Browse Source

set version, add copyright header

master
Jonathan Cobb 4 years ago
parent
commit
2d07f22659
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      package-lock.json
  2. +1
    -0
      src/_pages/other/ApiDoc.vue

+ 2
- 2
package-lock.json View File

@@ -1,11 +1,11 @@
{ {
"name": "bubble-web", "name": "bubble-web",
"version": "1.0.0",
"version": "1.5.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "1.0.0",
"version": "1.5.3",
"license": "LicenseRef-LICENSE.md", "license": "LicenseRef-LICENSE.md",
"dependencies": { "dependencies": {
"blueimp-md5": "^2.18.0", "blueimp-md5": "^2.18.0",


+ 1
- 0
src/_pages/other/ApiDoc.vue View File

@@ -1,3 +1,4 @@
<!-- Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ -->
<template> <template>
<div id="swagger-ui"></div> <div id="swagger-ui"></div>
</template> </template>


Loading…
Cancel
Save