Skip to content

Commit

Permalink
Version bump and description change
Browse files Browse the repository at this point in the history
  • Loading branch information
tonkku107 committed Mar 4, 2018
1 parent 004deb5 commit 2c419d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dblapi.js
A module for interacting with the discordbots.org API
An official module for interacting with the discordbots.org API

## Installation
`npm install dblapi.js`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dblapi.js",
"version": "1.1.0",
"description": "A module for interacting with the discordbots.org API",
"version": "1.1.1",
"description": "An official module for interacting with the discordbots.org API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -14,6 +14,7 @@
"javascript"
],
"author": "Discord Bot List <support@discordbots.org> (https://discordbots.org)",
"repository": "DiscordBotList/dblapi.js",
"license": "Apache-2.0",
"dependencies": {
"snekfetch": "^3.6.4"
Expand Down

0 comments on commit 2c419d7

Please sign in to comment.