Forráskód Böngészése

@uppy/xhrupload --> @uppy/xhr-upload

Artur Paikin 6 éve
szülő
commit
04bde4fac8

+ 0 - 0
packages/@uppy/xhrupload/LICENSE → packages/@uppy/xhr-upload/LICENSE


+ 6 - 6
packages/@uppy/xhrupload/README.md → packages/@uppy/xhr-upload/README.md

@@ -1,11 +1,11 @@
-# @uppy/xhrupload
+# @uppy/xhr-upload
 
 <img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
 
-<a href="https://www.npmjs.com/package/@uppy/xhrupload"><img src="https://img.shields.io/npm/v/@uppy/xhrupload.svg?style=flat-square"></a>
+<a href="https://www.npmjs.com/package/@uppy/xhr-upload"><img src="https://img.shields.io/npm/v/@uppy/xhr-upload.svg?style=flat-square"></a>
 <a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a>
 
-The XHRUpload plugin handles classic XHR Uploads. If you have an exiting Apache/Nginx/Node or whatever backend, this is probably the Uppy uploader plugin you are looking for.
+The XHRUpload plugin handles classic XHR uploads with Uppy. If you have an exiting Apache/Nginx/Node or whatever backend, this is probably the Uppy uploader plugin you are looking for.
 
 Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
 
@@ -13,7 +13,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
 
 ```js
 const Uppy = require('@uppy/core')
-const XHRUpload = require('@uppy/xhrupload')
+const XHRUpload = require('@uppy/xhr-upload')
 
 const uppy = Uppy()
 uppy.use(Uppy, {
@@ -24,7 +24,7 @@ uppy.use(Uppy, {
 ## Installation
 
 ```bash
-$ npm install @uppy/xhrupload --save
+$ npm install @uppy/xhr-upload --save
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
@@ -33,7 +33,7 @@ Alternatively, you can also use this plugin in a pre-built bundle from Transload
 
 ## Documentation
 
-Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/xhrupload).
+Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/xhr-upload).
 
 ## License
 

+ 1 - 1
packages/@uppy/xhrupload/package.json → packages/@uppy/xhr-upload/package.json

@@ -1,5 +1,5 @@
 {
-  "name": "@uppy/xhrupload",
+  "name": "@uppy/xhr-upload",
   "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
   "version": "0.25.5",
   "license": "MIT",

+ 0 - 0
packages/@uppy/xhrupload/src/index.js → packages/@uppy/xhr-upload/src/index.js


+ 0 - 0
packages/@uppy/xhrupload/src/index.test.js → packages/@uppy/xhr-upload/src/index.test.js


+ 0 - 0
packages/@uppy/xhrupload/types/index.d.ts → packages/@uppy/xhr-upload/types/index.d.ts