Skip to content

Commit

Permalink
version 0.0.5. use node-serialization@0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dailyrandomphoto committed Oct 23, 2019
1 parent f7bc2e9 commit 6cebb34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-huge-site-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "This plugin helps hexo to generate a huge site.",
"main": "index.js",
"scripts": {
Expand All @@ -9,13 +9,13 @@
"test-cov": "nyc npm run test"
},
"dependencies": {
"node-serialization": "0.0.1"
"node-serialization": "0.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.5.1",
"eslint-config-hexo": "^3.0.0",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"keywords": [
Expand Down

0 comments on commit 6cebb34

Please sign in to comment.