Skip to content

Commit

Permalink
meta: add pnpm and npm lock files and remove .npmrc (sequelize#15168)
Browse files Browse the repository at this point in the history
* meta: remove `.npmrc`

We are not using `package-lock.json` anymore, and replaced it with `yarn.lock`

* meta: add pnpm and npm lock files
  • Loading branch information
fzn0x authored Oct 24, 2022
1 parent 9090142 commit a10a78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ npm-debug.log*
*~
test.sqlite
*.sublime*
package-lock.json
pnpm-lock.yaml

.nyc_output
coverage-*
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit a10a78c

Please sign in to comment.