Skip to content

Commit

Permalink
forgot to update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkozu committed Aug 11, 2020
1 parent a8e778f commit 1694bb3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "nana-bot",
"version": "2.10.0",
"description": "nHentai Discord bot",
"description": "Search, read, and download doujin book directly from your discord channel",
"main": "app.js",
"scripts": {
"start": "node ."
"start": "node .",
"lint": "eslint --ignore-path .gitignore \"**/*.js\"",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"sqlite3": "^5.0.0",
Expand All @@ -17,6 +19,14 @@
"node": "12.x"
},
"author": "Rin <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/masami45/Nana.git"
},
"bugs": {
"url": "https://github.com/masami45/Nana/issues"
},
"homepage": "https://github.com/masami45/Nana/#readme",
"license": "MIT",
"keywords": [
"node",
Expand Down

0 comments on commit 1694bb3

Please sign in to comment.