Skip to content

Commit 92613b9

Browse files
committed
Merge tags v2.5.3 and v3.0.3
3 parents df3c1e6 + 9457283 + e46f09b commit 92613b9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ package-lock.json
1414
coverage/
1515
node_modules/
1616
test/tmp/
17+
18+
# Only apps should have lockfiles
19+
npm-shrinkwrap.json
20+
package-lock.json
21+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"pkgfiles": "^2.3.2",
6666
"pre-commit": "^1.2.2",
6767
"puppeteer": "^1.20.0",
68-
"request": "^2.88.2",
68+
"request": "~2.87.0",
6969
"rimraf": "^2.7.1",
7070
"tape": "^5.9.0",
7171
"typescript": "^3.9.10"

0 commit comments

Comments
 (0)