Skip to content

fix: remove duplicate pg-hstore and add .gitignore#37

Open
qianmao1989 wants to merge 1 commit into
CryptoJones:masterfrom
qianmao1989:fix/package-cleanup
Open

fix: remove duplicate pg-hstore and add .gitignore#37
qianmao1989 wants to merge 1 commit into
CryptoJones:masterfrom
qianmao1989:fix/package-cleanup

Conversation

@qianmao1989
Copy link
Copy Markdown

Summary

Changes

  • package.json: Remove duplicate pg-hstore: "^2.3.3" entry
  • .gitignore: New file with node_modules/, npm-debug.log, .env
  • Remove node_modules/ and npm-debug.log from git tracking (5179 files, ~445K lines removed)

Fixes #27, Fixes #28

- Remove duplicate pg-hstore entry from package.json, keep ^2.3.4
- Add .gitignore with node_modules/, npm-debug.log, .env
- Untrack node_modules/ and npm-debug.log from git

Fixes CryptoJones#27, CryptoJones#28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove duplicate pg-hstore entry in package.json Add .gitignore and untrack node_modules/ + npm-debug.log

1 participant