Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiezhe committed Aug 5, 2020
1 parent 4b7cbd2 commit 0686241
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "hexo-next-discussbot",
"version": "1.0.1",
"description": "DiscussBot comment system for NexT.",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangjiezhe/hexo-next-discussbot.git"
},
"keywords": [
"Hexo",
"NexT",
"comment"
],
"author": "wangjiezhe <[email protected]> (https://wangjiezhe.com)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/wangjiezhe/hexo-next-discussbot/issues"
},
"homepage": "https://github.com/wangjiezhe/hexo-next-discussbot#readme",
"dependencies": {
"next-util": "^1.0.0"
},
"devDependencies":{
"eslint": "^6.7.2",
"eslint-config-theme-next": "^1.1.3"
}
"name": "hexo-next-discussbot",
"version": "1.0.2",
"description": "DiscussBot comment system for NexT.",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangjiezhe/hexo-next-discussbot.git"
},
"keywords": [
"Hexo",
"NexT",
"comment"
],
"author": "wangjiezhe <[email protected]> (https://wangjiezhe.com)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/wangjiezhe/hexo-next-discussbot/issues"
},
"homepage": "https://github.com/wangjiezhe/hexo-next-discussbot#readme",
"dependencies": {
"next-util": "^1.0.0"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-theme-next": "^1.1.3"
}
}

0 comments on commit 0686241

Please sign in to comment.