docs: update dependencies field in README

This commit is contained in:
LongYinan 2018-07-23 10:19:40 +08:00
parent f89d86e83b
commit dff8a54ce1
No known key found for this signature in database
GPG key ID: 709D8262F1045E53

View file

@ -38,7 +38,7 @@ The `napi` script will be available on the `PATH` of any scripts you define in t
"check": "napi check"
},
"dependencies": {
"napi": "https://github.com/atom/napi"
"napi": "*"
}
}
```