Skip to content

Commit 198d0a5

Browse files
authored
Remove all lockfiles. (#261)
1 parent 6be5290 commit 198d0a5

File tree

3 files changed

+7
-4088
lines changed

3 files changed

+7
-4088
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
node_modules
2-
reports
3-
npm-debug.log
1+
.DS_Store
42
coverage
53
lib
6-
.DS_Store
4+
node_modules
5+
npm-debug.log
6+
package-lock.json
7+
reports
78
yarn-error.log
9+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
registry = "https://registry.yarnpkg.com"
2+
package-lock=false

0 commit comments

Comments
 (0)