Skip to content

Commit

Permalink
[fix] Set "main" field of package.json properly
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Oct 1, 2018
1 parent e98c596 commit d231118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
@@ -1,7 +1,6 @@
# CHANGELOG

- Add integration tests
- Add GitHub links to documentation page
- [fix] Set `"main"` field of `package.json` properly

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "pullie",
"version": "1.0.0",
"description": "A github bot that makes your PRs better",
"main": "server.js",
"main": "./lib/index.js",
"scripts": {
"lint:fix": "eslint -c .eslintrc --fix lib/*.js lib/*/*.js",
"lint": "eslint -c .eslintrc lib/*.js lib/**/*.js test/**/*.js",
Expand Down

0 comments on commit d231118

Please sign in to comment.