소스 검색

Pin the version of our own hexo-renderer-postcss fork

(This way, you can freely change your repo without new installs of Uppy
breaking due to incompatibilities. This is of course until we can run
on the official module again - at which point we'll pin on semver vs a
commit again)
Kevin van Zonneveld 9 년 전
부모
커밋
82a57c38d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/package.json

+ 1 - 1
website/package.json

@@ -16,7 +16,7 @@
     "hexo-renderer-ejs": "^0.1.0",
     "hexo-renderer-marked": "^0.2.4",
     "hexo-renderer-scss": "^1.0.1",
-    "hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss",
+    "hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss#afca2bc12f5816067b15a9d24017c70e077b9f0b",
     "hexo-server": "^0.1.2",
     "postcss-svg": "^1.0.4",
     "hexo-tag-emojis": "^2.0.0",