Browse Source

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 years ago
parent
commit
82a57c38d1
1 changed files with 1 additions and 1 deletions
  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",