chore: update dependencies

close !7-11
This commit is contained in:
curben 2018-10-28 18:24:55 +10:30
parent 6b71cb0ad6
commit 9f4b85d636
1 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,7 @@
{
"name": "hexo-theme-typing",
"description": "a pure and fresh Hexo theme.",
"version": "1.5.1",
"main": "index.js",
"scripts": {
"test": "test"
},
"name": "hexo-theme-typing-curben",
"description": "a pure and fresh Hexo theme. modified for curben/blog.",
"version": "1.0.0",
"keywords": [
"hexo",
"theme",
@ -16,16 +12,20 @@
"email": "geekplux@gmail.com",
"url": "github.com/geekplux"
},
"repository": {
"type": "git",
"url": "https://github.com/geekplux/hexo-theme-typing.git"
},
"license": "MIT",
"dependencies": {
"gitment": "^0.0.3",
"normalize.css": "^4.2.0",
"normalize.css": "^8.0.0",
"typo.css": "^2.1.2"
},
"devDependencies": {
"cssnano": "^3.7.3",
"postcss-cli": "^2.5.2",
"postcss-import": "^8.1.2",
"precss": "^1.4.0"
"cssnano": "^4.1.7",
"postcss-cli": "^6.0.1",
"postcss-import": "^12.0.1",
"precss": "^3.1.2"
}
}