Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Jul 27, 2017
1 parent 4ad0e7e commit 88ba7df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-renderer-ejs",
"version": "0.3.0",
"version": "0.3.1",
"description": "EJS renderer plugin for Hexo",
"main": "index",
"scripts": {
Expand All @@ -16,6 +16,9 @@
"renderer"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"maintainers": [
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
],
"license": "MIT",
"dependencies": {
"ejs": "^2.3.4",
Expand All @@ -25,7 +28,7 @@
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2",
"hexo-fs": "^0.1.5",
"hexo-fs": "^0.2.0",
"istanbul": "^0.4.1",
"jscs": "^2.7.0",
"jscs-preset-hexo": "^1.0.1",
Expand Down

0 comments on commit 88ba7df

Please sign in to comment.