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.
3 parents df3c1e6 + 9457283 + e46f09b commit 92613b9Copy full SHA for 92613b9
.gitignore
@@ -14,3 +14,8 @@ package-lock.json
14
coverage/
15
node_modules/
16
test/tmp/
17
+
18
+# Only apps should have lockfiles
19
+npm-shrinkwrap.json
20
+package-lock.json
21
+yarn.lock
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
package.json
@@ -65,7 +65,7 @@
65
"pkgfiles": "^2.3.2",
66
"pre-commit": "^1.2.2",
67
"puppeteer": "^1.20.0",
68
- "request": "^2.88.2",
+ "request": "~2.87.0",
69
"rimraf": "^2.7.1",
70
"tape": "^5.9.0",
71
"typescript": "^3.9.10"
0 commit comments