Skip to content

Commit a10a78c

Browse files
authored
meta: add pnpm and npm lock files and remove .npmrc (sequelize#15168)
* meta: remove `.npmrc` We are not using `package-lock.json` anymore, and replaced it with `yarn.lock` * meta: add pnpm and npm lock files
1 parent 9090142 commit a10a78c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ npm-debug.log*
55
*~
66
test.sqlite
77
*.sublime*
8+
package-lock.json
9+
pnpm-lock.yaml
810

911
.nyc_output
1012
coverage-*

.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)