Selaa lähdekoodia

Remove the --save flag (#2503)

Andrew 4 vuotta sitten
vanhempi
commit
0533357d61
36 muutettua tiedostoa jossa 37 lisäystä ja 37 poistoa
  1. 1 1
      packages/@uppy/aws-s3-multipart/README.md
  2. 1 1
      packages/@uppy/aws-s3/README.md
  3. 1 1
      packages/@uppy/companion-client/README.md
  4. 1 1
      packages/@uppy/core/README.md
  5. 1 1
      packages/@uppy/dashboard/README.md
  6. 1 1
      packages/@uppy/drag-drop/README.md
  7. 1 1
      packages/@uppy/dropbox/README.md
  8. 1 1
      packages/@uppy/facebook/README.md
  9. 1 1
      packages/@uppy/file-input/README.md
  10. 1 1
      packages/@uppy/form/README.md
  11. 1 1
      packages/@uppy/golden-retriever/README.md
  12. 1 1
      packages/@uppy/google-drive/README.md
  13. 1 1
      packages/@uppy/image-editor/README.md
  14. 1 1
      packages/@uppy/informer/README.md
  15. 1 1
      packages/@uppy/instagram/README.md
  16. 2 2
      packages/@uppy/locales/README.md
  17. 1 1
      packages/@uppy/onedrive/README.md
  18. 1 1
      packages/@uppy/progress-bar/README.md
  19. 1 1
      packages/@uppy/provider-views/README.md
  20. 1 1
      packages/@uppy/react-native/README.md
  21. 1 1
      packages/@uppy/react/README.md
  22. 1 1
      packages/@uppy/redux-dev-tools/README.md
  23. 1 1
      packages/@uppy/robodog/README.md
  24. 1 1
      packages/@uppy/screen-capture/README.md
  25. 1 1
      packages/@uppy/status-bar/README.md
  26. 1 1
      packages/@uppy/store-default/README.md
  27. 1 1
      packages/@uppy/store-redux/README.md
  28. 1 1
      packages/@uppy/thumbnail-generator/README.md
  29. 1 1
      packages/@uppy/transloadit/README.md
  30. 1 1
      packages/@uppy/tus/README.md
  31. 1 1
      packages/@uppy/url/README.md
  32. 1 1
      packages/@uppy/utils/README.md
  33. 1 1
      packages/@uppy/webcam/README.md
  34. 1 1
      packages/@uppy/xhr-upload/README.md
  35. 1 1
      packages/@uppy/zoom/README.md
  36. 1 1
      website/src/docs/robodog.md

+ 1 - 1
packages/@uppy/aws-s3-multipart/README.md

@@ -25,7 +25,7 @@ uppy.use(AwsS3Multipart, {
 ## Installation
 
 ```bash
-$ npm install @uppy/aws-s3-multipart --save
+$ npm install @uppy/aws-s3-multipart
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/aws-s3/README.md

@@ -26,7 +26,7 @@ uppy.use(AwsS3, {
 ## Installation
 
 ```bash
-$ npm install @uppy/aws-s3 --save
+$ npm install @uppy/aws-s3
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/companion-client/README.md

@@ -35,7 +35,7 @@ socket.on('progress', () => {})
 > Unless you are writing a custom provider plugin, you do not need to install this.
 
 ```bash
-$ npm install @uppy/companion-client --save
+$ npm install @uppy/companion-client
 ```
 
 <!-- Undocumented currently

+ 1 - 1
packages/@uppy/core/README.md

@@ -27,7 +27,7 @@ uppy.use(SomePlugin)
 ## Installation
 
 ```bash
-$ npm install @uppy/core --save
+$ npm install @uppy/core
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/dashboard/README.md

@@ -34,7 +34,7 @@ uppy.use(Dashboard, {
 ## Installation
 
 ```bash
-$ npm install @uppy/dashboard --save
+$ npm install @uppy/dashboard
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/drag-drop/README.md

@@ -26,7 +26,7 @@ uppy.use(DragDrop, {
 ## Installation
 
 ```bash
-$ npm install @uppy/drag-drop --save
+$ npm install @uppy/drag-drop
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/dropbox/README.md

@@ -24,7 +24,7 @@ uppy.use(Dropbox, {
 ## Installation
 
 ```bash
-$ npm install @uppy/dropbox --save
+$ npm install @uppy/dropbox
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/facebook/README.md

@@ -24,7 +24,7 @@ uppy.use(Facebook, {
 ## Installation
 
 ```bash
-$ npm install @uppy/facebook --save
+$ npm install @uppy/facebook
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/file-input/README.md

@@ -26,7 +26,7 @@ uppy.use(FileInput, {
 ## Installation
 
 ```bash
-$ npm install @uppy/file-input --save
+$ npm install @uppy/file-input
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/form/README.md

@@ -28,7 +28,7 @@ uppy.use(Form, {
 ## Installation
 
 ```bash
-$ npm install @uppy/form --save
+$ npm install @uppy/form
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/golden-retriever/README.md

@@ -24,7 +24,7 @@ uppy.use(GoldenRetriever, {
 ## Installation
 
 ```bash
-$ npm install @uppy/golden-retriever --save
+$ npm install @uppy/golden-retriever
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/google-drive/README.md

@@ -27,7 +27,7 @@ uppy.use(GoogleDrive, {
 ## Installation
 
 ```bash
-$ npm install @uppy/google-drive --save
+$ npm install @uppy/google-drive
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/image-editor/README.md

@@ -31,7 +31,7 @@ uppy.use(ImageEditor, {
 ## Installation
 
 ```bash
-$ npm install @uppy/image-editor --save
+$ npm install @uppy/image-editor
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/informer/README.md

@@ -24,7 +24,7 @@ uppy.use(Informer, {
 ## Installation
 
 ```bash
-$ npm install @uppy/informer --save
+$ npm install @uppy/informer
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/instagram/README.md

@@ -25,7 +25,7 @@ uppy.use(Instagram, {
 ## Installation
 
 ```bash
-$ npm install @uppy/instagram --save
+$ npm install @uppy/instagram
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 2 - 2
packages/@uppy/locales/README.md

@@ -10,13 +10,13 @@ This packages contains all of the locale packs that you can use to make Uppy spe
 ## Installation
 
 ```bash
-$ npm install @uppy/locales --save
+$ npm install @uppy/locales
 ```
 
 ## Documentation
 
 ```bash
-$ npm install @uppy/core @uppy/locales --save
+$ npm install @uppy/core @uppy/locales
 ```
 
 ```js

+ 1 - 1
packages/@uppy/onedrive/README.md

@@ -24,7 +24,7 @@ uppy.use(Facebook, {
 ## Installation
 
 ```bash
-$ npm install @uppy/facebook --save
+$ npm install @uppy/facebook
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/progress-bar/README.md

@@ -24,7 +24,7 @@ uppy.use(ProgressBar, {
 ## Installation
 
 ```bash
-$ npm install @uppy/progress-bar --save
+$ npm install @uppy/progress-bar
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/provider-views/README.md

@@ -37,7 +37,7 @@ class GoogleDrive extends Plugin {
 > Unless you are creating a custom provider plugin, you do not need to install this.
 
 ```bash
-$ npm install @uppy/provider-views --save
+$ npm install @uppy/provider-views
 ```
 
 <!-- Undocumented currently

+ 1 - 1
packages/@uppy/react-native/README.md

@@ -12,7 +12,7 @@ Basic Uppy component for React Native with Expo. It is in Beta, and is not full-
 ## Installation
 
 ```bash
-$ npm install @uppy/react-native --save
+$ npm install @uppy/react-native
 ```
 
 ## Documentation

+ 1 - 1
packages/@uppy/react/README.md

@@ -35,7 +35,7 @@ class Example extends React.Component {
 ## Installation
 
 ```bash
-$ npm install @uppy/react --save
+$ npm install @uppy/react
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/redux-dev-tools/README.md

@@ -22,7 +22,7 @@ uppy.use(ReduxDevTools)
 ## Installation
 
 ```bash
-$ npm install @uppy/redux-dev-tools --save
+$ npm install @uppy/redux-dev-tools
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/robodog/README.md

@@ -10,7 +10,7 @@ Robodog is an Uppy-based library that pulls your files through Transloadit for a
 ## Installation
 
 ```bash
-$ npm install @uppy/robodog --save
+$ npm install @uppy/robodog
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/screen-capture/README.md

@@ -22,7 +22,7 @@ uppy.use(ScreenCapture)
 ## Installation
 
 ```bash
-$ npm install @uppy/screen-capture --save
+$ npm install @uppy/screen-capture
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/status-bar/README.md

@@ -28,7 +28,7 @@ uppy.use(StatusBar, {
 ## Installation
 
 ```bash
-$ npm install @uppy/status-bar --save
+$ npm install @uppy/status-bar
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/store-default/README.md

@@ -23,7 +23,7 @@ const uppy = new Uppy({
 ## Installation
 
 ```bash
-$ npm install @uppy/store-default --save
+$ npm install @uppy/store-default
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/store-redux/README.md

@@ -37,7 +37,7 @@ const uppy = new Uppy({
 ## Installation
 
 ```bash
-$ npm install @uppy/store-redux --save
+$ npm install @uppy/store-redux
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/thumbnail-generator/README.md

@@ -24,7 +24,7 @@ uppy.use(ThumbnailGenerator, {
 ## Installation
 
 ```bash
-$ npm install @uppy/thumbnail-generator --save
+$ npm install @uppy/thumbnail-generator
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/transloadit/README.md

@@ -26,7 +26,7 @@ uppy.use(Transloadit, {
 ## Installation
 
 ```bash
-$ npm install @uppy/transloadit --save
+$ npm install @uppy/transloadit
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/tus/README.md

@@ -27,7 +27,7 @@ uppy.use(Tus, {
 ## Installation
 
 ```bash
-$ npm install @uppy/tus --save
+$ npm install @uppy/tus
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/url/README.md

@@ -26,7 +26,7 @@ uppy.use(Url, {
 ## Installation
 
 ```bash
-$ npm install @uppy/url --save
+$ npm install @uppy/url
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/utils/README.md

@@ -14,7 +14,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
 > Unless you are creating a custom plugin, you should not need to install this manually.
 
 ```bash
-$ npm install @uppy/utils --save
+$ npm install @uppy/utils
 ```
 
 ## License

+ 1 - 1
packages/@uppy/webcam/README.md

@@ -26,7 +26,7 @@ uppy.use(Webcam, {
 ## Installation
 
 ```bash
-$ npm install @uppy/webcam --save
+$ npm install @uppy/webcam
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/xhr-upload/README.md

@@ -24,7 +24,7 @@ uppy.use(Uppy, {
 ## Installation
 
 ```bash
-$ npm install @uppy/xhr-upload --save
+$ npm install @uppy/xhr-upload
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
packages/@uppy/zoom/README.md

@@ -24,7 +24,7 @@ uppy.use(Zoom, {
 ## Installation
 
 ```bash
-$ npm install @uppy/zoom --save
+$ npm install @uppy/zoom
 ```
 
 We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

+ 1 - 1
website/src/docs/robodog.md

@@ -18,7 +18,7 @@ Robodog is an Uppy-based library that helps you talk to the Transloadit API. It
 Robodog can be downloaded from npm:
 
 ```shell
-npm install --save @uppy/robodog
+npm install @uppy/robodog
 ```
 
 Then, with a bundler such as [webpack][webpack] or [Browserify][browserify], do: