We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be5290 commit 198d0a5Copy full SHA for 198d0a5
.gitignore
@@ -1,7 +1,9 @@
1
-node_modules
2
-reports
3
-npm-debug.log
+.DS_Store
4
coverage
5
lib
6
-.DS_Store
+node_modules
+npm-debug.log
+package-lock.json
7
+reports
8
yarn-error.log
9
+yarn.lock
.npmrc
@@ -1 +1,2 @@
registry = "https://registry.yarnpkg.com"
+package-lock=false
0 commit comments