mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
We should commit package-lock to store all version information for all used packages. It guarantees that same packages will be used wherever you run npm ci.
This commit is contained in:
parent
49e4180191
commit
c49b0c38c9
2 changed files with 7626 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,6 +4,5 @@ node_modules
|
||||||
tmp
|
tmp
|
||||||
dist
|
dist
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
yarn.lock
|
||||||
.idea
|
.idea
|
||||||
|
|
|
||||||
7625
package-lock.json
generated
Normal file
7625
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue