Skip to content

Commit

Permalink
package.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gazmull committed Mar 9, 2018
1 parent 94d33ad commit d14eec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "discord-paginationembed",
"version": "0.1.0",
"description": "Pagination Embed for Discord.JS",
"main": "index.js",
"main": "./src/index.js",
"scripts": {
"test": "eslint --ignore-path .eslintignore . && npm run generate-docs",
"generate-docs": "jsdoc -c jsdoc.json"
Expand Down

0 comments on commit d14eec2

Please sign in to comment.