chore: set natives version

This commit is contained in:
Daniel Ruf 2018-05-09 14:46:55 +02:00
parent 3e969cfb8a
commit 3f3b42eda7
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661
1 changed files with 4 additions and 1 deletions

View File

@ -85,5 +85,8 @@
"ava": "nyc ava",
"test": "run-s build lint ava",
"precommit": "run-p test"
}
},
"resolutions": {
"natives": "1.1.3"
}
}