Selaa lähdekoodia

Fix some example names.

Renée Kooi 7 vuotta sitten
vanhempi
commit
4f4a741221

+ 1 - 1
examples/aws-presigned-url/index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Uppy AWS Example</title>
+    <title>Uppy AWS Presigned URL Example</title>
     <link href="uppy.min.css" rel="stylesheet">
   </head>
   <body>

+ 1 - 1
examples/aws-presigned-url/package.json

@@ -1,6 +1,6 @@
 {
   "private": true,
-  "name": "uppy-aws-php-example",
+  "name": "uppy-aws-presigned-url-example",
   "scripts": {
     "start": "node ./serve.js"
   },

+ 1 - 1
examples/aws-uppy-server/index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Uppy AWS Example</title>
+    <title>Uppy Server + AWS Example</title>
     <link href="uppy.min.css" rel="stylesheet">
   </head>
   <body>

+ 1 - 1
examples/digitalocean-spaces/package.json

@@ -1,6 +1,6 @@
 {
   "private": true,
-  "name": "uppy-digitalocean-spaces",
+  "name": "uppy-digitalocean-spaces-example",
   "scripts": {
     "start": "node ./server.js"
   },

+ 1 - 0
examples/uppy-with-server/package.json

@@ -1,4 +1,5 @@
 {
+  "private": true,
   "name": "uppy-with-server-example",
   "version": "1.0.0",
   "description": "",

+ 1 - 1
examples/xhr-bundle/package.json

@@ -1,6 +1,6 @@
 {
   "private": true,
-  "name": "uppy-multiple-instances-example",
+  "name": "uppy-xhr-bundle-example",
   "scripts": {
     "css": "cp ../../dist/uppy.min.css .",
     "start:client": "npm run css && budo main.js:bundle.js -- -t babelify -g aliasify",