Skip to content

Commit c25402e

Browse files
committed
chore: Allow lockfiles, ensure registry is public
1 parent 03dafcd commit c25402e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.gitignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
# gitignore
2-
31
node_modules
4-
5-
# Only apps should have lockfiles
6-
yarn.lock
7-
package-lock.json
2+
.eslintcache

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package-lock=false
1+
registry = https://registry.npmjs.org/

0 commit comments

Comments
 (0)