git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
32102d9
)
Properly disable package-lock.json
author
XhmikosR
<redacted>
Mon, 4 Oct 2021 18:52:44 +0000
(21:52 +0300)
committer
XhmikosR
<redacted>
Mon, 4 Oct 2021 18:53:20 +0000
(21:53 +0300)
.gitignore
patch
|
blob
|
history
.npmrc
[new file with mode: 0644]
patch
|
blob
diff --git
a/.gitignore
b/.gitignore
index 7f940d419f79e32b70fb7e11183d8d8270c1ac4e..3dcd13fc5ea4b4e6900a59b5d4aa06bfd8a61b32 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-7,4
+7,5
@@
readmeData.json
hosts-*
/web.config
/__pycache__
-/node_modules
+/node_modules/
+/package-lock.json
diff --git a/.npmrc
b/.npmrc
new file mode 100644
(file)
index 0000000..
43c97e7
--- /dev/null
+++ b/
.npmrc
@@ -0,0
+1
@@
+package-lock=false
git clone https://git.99rst.org/PROJECT