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

@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/freestrings/jsonpath.svg?branch=master)](https://travis-ci.org/freestrings/jsonpath)
![crates.io](https://img.shields.io/crates/v/jsonpath_lib.svg)
![Crates.io](https://img.shields.io/crates/d/jsonpath_lib.svg?label=%60jsonpath_lib%60%20crates.io%20downloads)
![npm](https://img.shields.io/npm/dt/jsonpath-rs.svg?label=%60jsonpath-rs%60%20npm%20downloads)
`Rust` 버전 [JsonPath](https://goessner.net/articles/JsonPath/) 구현이다. `Webassembly``Javascript`에서도 역시 동일한 API 인터페이스를 제공 한다.

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"] }

View File

@ -1,6 +1,6 @@
{
"name": "jsonpath-rs",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "jsonpath-rs",
"version": "0.1.0",
"version": "0.1.5",
"description": "It is JsonPath implementation. The core implementation is written in Rust",
"author": "Changseok Han <freestrings@gmail.com>",
"license": "MIT",
@ -8,6 +8,7 @@
"jsonpath",
"rust-binding",
"rust",
"rustlang",
"json"
],
"main": "lib/index.js",
@ -15,7 +16,8 @@
"neon-cli": "^0.2.0"
},
"scripts": {
"install": "./build.sh"
"install": "./build.sh",
"test": "mocha"
},
"devDependencies": {
"mocha": "^6.0.2"