Bump up nodejs 0.1.5

- Restore mocha test
- Restore npm download badge
This commit is contained in:
freestrings
2019-04-04 17:48:59 +09:00
parent 1d30b9775d
commit 46b10d71a0
4 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jsonpath4nodejs"
version = "0.1.0"
version = "0.1.1"
authors = ["Changseok Han <freestrings@gmail.com>"]
description = "jsonpath_lib bindings for nodejs"
keywords = ["library", "jsonpath", "json", "nodejs"]
@ -14,7 +14,7 @@ exclude = ["artifacts.json", "index.node"]
neon-build = "0.2.0"
[dependencies]
jsonpath_lib = "0.1.7"
jsonpath_lib = "0.1.8"
neon = "0.2.0"
neon-serde = "0.1.1"
serde_json = { version = "1.0", features = ["preserve_order"] }