mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Don't use lockfiles
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
722a364bd5
commit
f8000cca36
3 changed files with 5 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
# Node Version Manager configuration.
|
# Node Version Manager configuration.
|
||||||
.nvmrc
|
.nvmrc
|
||||||
|
|
||||||
|
# Lockfiles
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
# Created by https://www.gitignore.io/api/node,linux,macos,windows,visualstudiocode
|
# Created by https://www.gitignore.io/api/node,linux,macos,windows,visualstudiocode
|
||||||
# Edit at https://www.gitignore.io/?templates=node,linux,macos,windows,visualstudiocode
|
# Edit at https://www.gitignore.io/?templates=node,linux,macos,windows,visualstudiocode
|
||||||
|
|
||||||
|
|
|
||||||
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
package-lock=false
|
||||||
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue