소스 검색

website: Upgrade `hexo-browsersync`

Now using the same version of browser-sync as everything else.
Renée Kooi 7 년 전
부모
커밋
327f6ef68d
3개의 변경된 파일410개의 추가작업 그리고 1975개의 파일을 삭제
  1. 2 2
      website/_config.yml
  2. 407 1972
      website/package-lock.json
  3. 1 1
      website/package.json

+ 2 - 2
website/_config.yml

@@ -13,8 +13,8 @@ logo_large: /images/logos/uppy-dog-full.svg
 logo_medium: /images/logos/uppy-dog-head-arrow.svg
 logo_medium: /images/logos/uppy-dog-head-arrow.svg
 logo_icon: /images/logos/uppy-dog-head-arrow.png
 logo_icon: /images/logos/uppy-dog-head-arrow.png
 description: >
 description: >
-    Sleek, modular file uploader that integrates seamlessly with any framework. 
-    It fetches files from local disk, Google Drive, Dropbox, Instagram, remote URLs, cameras and other exciting locations, and then uploads them to the final destination. 
+    Sleek, modular file uploader that integrates seamlessly with any framework.
+    It fetches files from local disk, Google Drive, Dropbox, Instagram, remote URLs, cameras and other exciting locations, and then uploads them to the final destination.
     It’s fast, easy to use and let's you worry about more important problems than building a file uploader.
     It’s fast, easy to use and let's you worry about more important problems than building a file uploader.
 descriptionWho: >
 descriptionWho: >
   Uppy is brought to you by the people
   Uppy is brought to you by the people

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 407 - 1972
website/package-lock.json


+ 1 - 1
website/package.json

@@ -9,7 +9,7 @@
     "autoprefixer": "^7.2.5",
     "autoprefixer": "^7.2.5",
     "cssnano": "^3.10.0",
     "cssnano": "^3.10.0",
     "hexo": "^3.3.7",
     "hexo": "^3.3.7",
-    "hexo-browsersync": "0.2.0",
+    "hexo-browsersync": "^0.3.0",
     "hexo-deployer-git": "0.2.0",
     "hexo-deployer-git": "0.2.0",
     "hexo-generator-alias": "^0.1.3",
     "hexo-generator-alias": "^0.1.3",
     "hexo-generator-archive": "0.1.4",
     "hexo-generator-archive": "0.1.4",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.