Parcourir la source

Add fixed hexo-renderer-postcss plugin

Using the fixed version from here
https://github.com/arturi/hexo-renderer-postcss until the author merges
my pull request
Artur Paikin il y a 9 ans
Parent
commit
13f1ffdaae
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 3 4
      website/package.json

+ 3 - 4
website/package.json

@@ -15,19 +15,18 @@
     "hexo-renderer-ejs": "^0.1.0",
     "hexo-renderer-ejs": "^0.1.0",
     "hexo-renderer-marked": "^0.2.4",
     "hexo-renderer-marked": "^0.2.4",
     "hexo-renderer-scss": "^1.0.1",
     "hexo-renderer-scss": "^1.0.1",
-    "hexo-renderer-stylus": "^0.2.0",
+    "hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss",
     "hexo-server": "^0.1.2",
     "hexo-server": "^0.1.2",
     "hexo-tag-emojis": "^2.0.0",
     "hexo-tag-emojis": "^2.0.0",
-    "hexo-util": "^0.2.1"
+    "hexo-util": "^0.2.1",
+    "postcss-svg": "^1.0.4"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "node-notifier": "^4.4.0",
     "node-notifier": "^4.4.0",
     "browserify": "^12.0.1",
     "browserify": "^12.0.1",
     "chalk": "^1.1.1",
     "chalk": "^1.1.1",
     "glob": "^6.0.1",
     "glob": "^6.0.1",
-    "hexo-renderer-postcss": "^1.0.1",
     "multi-glob": "^1.0.1",
     "multi-glob": "^1.0.1",
-    "postcss-svg": "^1.0.4",
     "watchify": "^3.6.1"
     "watchify": "^3.6.1"
   }
   }
 }
 }