Skip to content

Commit 1de4688

Browse files
authoredMay 25, 2023
Merge pull request #680 from Leonidas-from-XIV/zap-dependency-fix
Fix zap to be the original dependency
2 parents 3b97ae5 + 167a385 commit 1de4688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"diff": ">=1.0.8",
8585
"docco": ">=0.6.2",
8686
"nyc": ">=2.2.1",
87-
"zap": ">=0.2.9"
87+
"zap": ">=0.2.9 <1"
8888
},
8989
"engines": {
9090
"node": ">=4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.